Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump selenide.version from 7.3.2 to 7.5.1 #4301

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps selenide.version from 7.3.2 to 7.5.1.
Updates com.codeborne:selenide from 7.3.2 to 7.5.1

Release notes

Sourced from com.codeborne:selenide's releases.

v7.5.1

🚀 Features

📦 Dependency updates

Changes

v7.5.0

🚀 Features

Changes

📦 Dependency updates

  • bump BrowserUpProxy from 2.2.18 to 2.2.19
  • bump dnsjava from 3.6.0 to 3.6.1
  • bump LittleProxy from 2.2.4 to 2.3.0 (#2837) @​asolntsev

Full Changelog: selenide/selenide@v7.4.3...v7.5.0

v7.4.3

📦 Dependency updates

Changes

Full Changelog: selenide/selenide@v7.4.2...v7.4.3

v7.4.2

Changes

... (truncated)

Changelog

Sourced from com.codeborne:selenide's changelog.

7.5.1 (21.09.2024)

  • bump Selenium from 4.24.0 to 4.25.0 (#2851)
  • add method Configuration.config() (#2852)

7.5.0 (15.09.2024)

  • #1372 allow to open every new browser with its own Configuration (#2846)
  • #2832 Raise "bubbleable" events when selection options in <select>s. (#2835)
  • Add few builder methods for DownloadOptions (#2841)
  • #2836 don't try to close any windows when downloading a file (#2840)
  • #2830 generate error details only once during error construction (#2839)
  • don't catch all errors (#2845)
  • bump BrowserUpProxy from 2.2.18 to 2.2.19
  • bump dnsjava from 3.6.0 to 3.6.1
  • bump LittleProxy from 2.2.4 to 2.3.0 (#2837)

7.4.3 (released 05.09.2024)

  • bump Selenium from 4.23.1 to 4.24.0 (#2825)
  • Bump LittleProxy from 2.2.3 to 2.2.4 (#2831)
  • Bump Netty from 4.1.112.Final to 4.1.113.Final (#2834)

See https://github.com/selenide/selenide/milestone/209?closed=1

7.4.2 (released 13.08.2024)

  • bump Selenium from 4.23.0 to 4.23.1
  • disable Chrome popups "Save address?" and "Save card?" (#2802)
  • #2800 Check dynamic properties in addition to attributes (#2801)
  • #2808 support List in page objects for mobile apps (#2812)
  • Make $.selectOption*() trigger 'input' event in addition to 'change' event (#2813)

7.4.1 (released 30.07.2024)

  • Bump Appium from 9.2.3 to 9.3.0 (#2796)
  • Bump BrowserupProxy from 2.2.17 to 2.2.18 (#2795)
  • #2797 Fix augmenter error in mobile (#2798)

7.4.0 (released 26.07.2024)

  • bump Selenium from 4.22.0 to 4.23.0 (#2785)
  • disable Chrome popup "Choose your search engine" (#2792)
  • disable Chrome warning in JS console: "Don't paste code into the DevTools Console..." (#2792)
  • #2782 Add dom attribute and property conditions (#2783)
  • #1816 allow clipboard operations in remote Chromium browsers (#2794)
  • #2773 merge "prefs" provided by user with "prefs" generated by Selenide (#2793)
  • #2786 allow page objects with fields of type List and List (#2787)
  • stabilize opening deep links in iOS (#2787)
  • #2790 fix AppiumElementDescriber to work correctly in web browser (#2791)
  • add method $$.describe() - analogue of $.describe() (#2787)

7.3.3 (released 21.06.2024)

  • bump Selenium from 4.21.0 to 4.22.0
  • Bump io.appium:java-client from 9.2.2 to 9.2.3 (#2752)
  • Bump nettyVersion from 4.1.109.Final to 4.1.111.Final (#2749) (#2764)

... (truncated)

Commits
  • 5f13aa9 release Selenide 7.5.1
  • adf8bfa add method Configuration.config()
  • d86bae5 Fix deprecated actions.
  • 54d57b9 bump Selenium from 4.24.0 to 4.25.0
  • 3d3eaef Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4
  • c134e28 Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • 77610fb Update CHANGELOG.md
  • 80864a5 release Selenide 7.5.0
  • caf4cc9 #1372 use Selenide.closeWebDriver instead of WebDriverRunner.closeWebDriver
  • 42936de #1372 allow to open every new browser with its own Configuration
  • Additional commits viewable in compare view

Updates com.codeborne:selenide-core from 7.3.2 to 7.5.1

Release notes

Sourced from com.codeborne:selenide-core's releases.

v7.5.1

🚀 Features

📦 Dependency updates

Changes

v7.5.0

🚀 Features

Changes

📦 Dependency updates

  • bump BrowserUpProxy from 2.2.18 to 2.2.19
  • bump dnsjava from 3.6.0 to 3.6.1
  • bump LittleProxy from 2.2.4 to 2.3.0 (#2837) @​asolntsev

Full Changelog: selenide/selenide@v7.4.3...v7.5.0

v7.4.3

📦 Dependency updates

Changes

Full Changelog: selenide/selenide@v7.4.2...v7.4.3

v7.4.2

Changes

... (truncated)

Changelog

Sourced from com.codeborne:selenide-core's changelog.

7.5.1 (21.09.2024)

  • bump Selenium from 4.24.0 to 4.25.0 (#2851)
  • add method Configuration.config() (#2852)

7.5.0 (15.09.2024)

  • #1372 allow to open every new browser with its own Configuration (#2846)
  • #2832 Raise "bubbleable" events when selection options in <select>s. (#2835)
  • Add few builder methods for DownloadOptions (#2841)
  • #2836 don't try to close any windows when downloading a file (#2840)
  • #2830 generate error details only once during error construction (#2839)
  • don't catch all errors (#2845)
  • bump BrowserUpProxy from 2.2.18 to 2.2.19
  • bump dnsjava from 3.6.0 to 3.6.1
  • bump LittleProxy from 2.2.4 to 2.3.0 (#2837)

7.4.3 (released 05.09.2024)

  • bump Selenium from 4.23.1 to 4.24.0 (#2825)
  • Bump LittleProxy from 2.2.3 to 2.2.4 (#2831)
  • Bump Netty from 4.1.112.Final to 4.1.113.Final (#2834)

See https://github.com/selenide/selenide/milestone/209?closed=1

7.4.2 (released 13.08.2024)

  • bump Selenium from 4.23.0 to 4.23.1
  • disable Chrome popups "Save address?" and "Save card?" (#2802)
  • #2800 Check dynamic properties in addition to attributes (#2801)
  • #2808 support List in page objects for mobile apps (#2812)
  • Make $.selectOption*() trigger 'input' event in addition to 'change' event (#2813)

7.4.1 (released 30.07.2024)

  • Bump Appium from 9.2.3 to 9.3.0 (#2796)
  • Bump BrowserupProxy from 2.2.17 to 2.2.18 (#2795)
  • #2797 Fix augmenter error in mobile (#2798)

7.4.0 (released 26.07.2024)

  • bump Selenium from 4.22.0 to 4.23.0 (#2785)
  • disable Chrome popup "Choose your search engine" (#2792)
  • disable Chrome warning in JS console: "Don't paste code into the DevTools Console..." (#2792)
  • #2782 Add dom attribute and property conditions (#2783)
  • #1816 allow clipboard operations in remote Chromium browsers (#2794)
  • #2773 merge "prefs" provided by user with "prefs" generated by Selenide (#2793)
  • #2786 allow page objects with fields of type List and List (#2787)
  • stabilize opening deep links in iOS (#2787)
  • #2790 fix AppiumElementDescriber to work correctly in web browser (#2791)
  • add method $$.describe() - analogue of $.describe() (#2787)

7.3.3 (released 21.06.2024)

  • bump Selenium from 4.21.0 to 4.22.0
  • Bump io.appium:java-client from 9.2.2 to 9.2.3 (#2752)
  • Bump nettyVersion from 4.1.109.Final to 4.1.111.Final (#2749) (#2764)

... (truncated)

Commits
  • 5f13aa9 release Selenide 7.5.1
  • adf8bfa add method Configuration.config()
  • d86bae5 Fix deprecated actions.
  • 54d57b9 bump Selenium from 4.24.0 to 4.25.0
  • 3d3eaef Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4
  • c134e28 Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • 77610fb Update CHANGELOG.md
  • 80864a5 release Selenide 7.5.0
  • caf4cc9 #1372 use Selenide.closeWebDriver instead of WebDriverRunner.closeWebDriver
  • 42936de #1372 allow to open every new browser with its own Configuration
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `selenide.version` from 7.3.2 to 7.5.1.

Updates `com.codeborne:selenide` from 7.3.2 to 7.5.1
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.3.2...v7.5.1)

Updates `com.codeborne:selenide-core` from 7.3.2 to 7.5.1
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.3.2...v7.5.1)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: com.codeborne:selenide-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@ThuF ThuF merged commit 042e73c into master Sep 27, 2024
9 checks passed
@ThuF ThuF deleted the dependabot/maven/selenide.version-7.5.1 branch September 27, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant