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 selenium-webdriver and webdrivers #181

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps selenium-webdriver and webdrivers. These dependencies needed to be updated together.
Updates selenium-webdriver from 4.10.0 to 4.12.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.12.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 249f2a7d1b - update versions and changelogs for 4.12.0 :: titusfortner
  • d5b6401472 - [java] skip logging of tracing spans if log level is not loggable :: Jörg Sautter
  • a6f37cad2e - [dotnet] Send data over cdp consecutively (#12591) :: Nikolay Borisenko
  • 7d5cf8f133 - [dotnet] Restore the ability for CI to run .NET tests against .NET Framework 4.8 :: Jim Evans
  • d38ce7065f - [dotnet] Avoid potential deadlock when starting new dev tools session (#12592) :: Nikolay Borisenko
  • 1c036abf79 - [JS] Do not need browserVersion if Selenium is managing it #12641 :: Sriharsha
  • a1244406a8 - [java] Remove browserVersion from options in SM Java wrapper (fix #12633) (#12639) :: Boni García
  • 258a225dc3 - [java] batch copy input to multiple streams :: Jörg Sautter
  • 78981db71b - [java] Remove hardcoded timeout of 120 seconds when executing SM :: Boni Garcia
  • ed632c22ef - [java] Increase execution timeout of SM in Java from 10 to 120 seconds (#12631) :: Boni García
  • b7c297e928 - [py]: Bump linting dependency for flake8 6.0.0 -> 6.1.0 :: symonk
  • 60728ac84e - [py]: Rename linting recipe to linting-ci for GHA :: symonk
  • ae0130b4c6 - [dotnet] Clear handlers after each test in NetworkInterceptionTests.cs :: Jim Evans
  • 9040895915 - [dotnet] Forgot to ignore bidi network test for Firefox (no Fetch domain) :: Jim Evans
  • 31c841842e - [dotnet] Add test for Basic Auth using bidi network interception :: Jim Evans
  • 87787e4ec1 - [java] batch copy input to the circular buffer :: Jörg Sautter
  • 9e7615dd55 - [rb] Replace the :capabilities paramater with :options in API examples (#12626) :: Tatsuya Hoshino
  • 739d177dae - [dotnet] Refactor WebSocket communication for BiDi (#12614) :: jimevans
  • cbda4dddef - [dotnet] Linting and supressing compiler warning in support assembly :: Jim Evans
  • 1dcbcc2d68 - [dotnet] Linting and suppressing compiler warnings :: Jim Evans
  • fa1ee12cee - [rust] Simplify SM readme (#12623) :: Boni García
  • 327785f9d3 - Finish up JavaDoc for the 'Json' classes (#12609) :: Scott Babcock
  • e08916a870 - Update SM binaries for release 4.12.0 :: Boni Garcia
  • b6d02888cb - [rust] Minor change. Use headline format for versions in changelog :: Boni Garcia
  • f37708b810 - [rust] Minor change. Use constant instead of hardcoded value :: Boni Garcia
  • 71ccb89cf3 - [grid] Avoid using SM offline when SM is true. :: Diego Molina
  • ebaf1214d6 - [grid] Detect Safari and SFT only when on macOS. :: Diego Molina
  • 4584c3c748 - [java] Removing unused vars in SeleniumManager.java :: Diego Molina
  • 181f9c35b6 - [java] Fix Proxy Breaking in RemoteWebDriver (#12607) :: Krishna Suravarapu
  • 98d4640610 - Drop py37 support (#12400) :: Simon K
  • 09674aee1d - [rust] Build SM in GH actions Linux with cross :: Boni Garcia
  • d10d9eef77 - [rust] Bump sevenz-rust crate to latest version :: Boni Garcia
  • e9c7082dcf - [dotnet] add ability to turn on driver logging in tests :: titusfortner
  • e88bf72a2d - [dotnet] options do not belong in the service class (#12534) :: Titus Fortner
  • f3d7062155 - [dotnet] fix flaky test :: titusfortner

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.12.0 (2023-08-31)

Ruby:

  • Fix bug preventing good error messages in Selenium Manager when stdout empty
  • Fix bug with Firefox not loading net/http library by default (#12506)
  • Remove support for using capabilities in local drivers

BiDi:

  • Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

4.11.0 (2023-07-31)

Ruby:

  • Made network interception threads fail silently (#12226)
  • Have Selenium Manager binary locate drivers on PATH (#12345)
  • Add browser output from selenium manager to options (#12398)
  • Remove deprecated code (#12417) BiDi:
  • Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115) Edge:
  • Adding ignore process match for IE Mode across bindings (#12279)
Commits
  • 9e7615d [rb] Replace the :capabilities paramater with :options in API examples (#12626)
  • c41e112 [rb] address flaky test
  • d7e1f84 update change logs
  • 811bf14 [cdp] add support for CDP 116 and remove support for CDP 113
  • 34955d3 [rb] fix arguments passed into tests
  • d9bd8e3 [rb] remove support for capabilities in local drivers
  • 5336d62 [rb] Update deprecation message for local_driver.rb (#12562)
  • d5a66c3 Fix bug: Missing to load the "net/http" library. (#12506)
  • 5486622 [rb] Update Bazel rules_ruby
  • 0bfbf2e [rb] Bumping version to 4.12.0for nightly
  • Additional commits viewable in compare view

Updates webdrivers from 5.3.1 to 5.2.0

Changelog

Sourced from webdrivers's changelog.

5.3.1 (2023-07-31)

  • Add post_install_message to explain status of gem

5.3.0 (2023-07-31)

  • Add support for Chrome for Testing drivers (#237, thanks sadahiro-ono)
  • Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11

5.2.0 (2022-09-29)

  • chromedriver - Fix downloading on M1 macs from version 106.0.5249.61 (#237, thanks jmccure)

5.1.0 (2022-09-19)

  • Improve error messages (#232, thanks dan-jensen)
  • Fix circular require bug with railtie (#233, thanks amatsuda)
  • Support downloading correct geckodriver on Apple silicon (#234 thanks stephannv)
  • Update linux locations for Chrome to latest chromedriver finder (thanks entretechno-jeremiah)
  • Add support for Microsoft Edge on Linux (#236)

5.0.0 (2021-10-19)

  • Require Selenium 4+
  • Remove custom Logger and use the one in Selenium 4

4.7.0 (2021-10-14)

  • Add support for Selenium 4.x #218 (thanks yahonda )
  • Allow Edge on Linux
  • Update required Selenium > 3.141 because of a change in 4.6
  • Require Ruby 2.6+
  • Fix IE downloads with the change in location of assets

4.6.1 (2021-08-19)

  • Fix bug in IEdriver caused by bad formatting in recent release

4.6.0 (2021-02-26)

  • Update Edgedriver naming to support Selenium 4 beta ((#206)

4.5.0 (2021-01-19)

  • Improve format of README usage section. Thanks, okuramasafumi!
  • chromedriver - Add support for Apple M1 specific builds (#193). Thanks, MichaelHoste!
  • msedgedriver - Add support for Apple M1 specific builds.
  • msedgedriver - Added automatic selection of 32-bit vs 64-bit builds on Windows and WSLv1.
  • When using this gem in WSLv2, Chrome installed on the Linux filesystem will be automatically used (#196). WSLv1 continues to automatically use Chrome from the Windows filesystem though. Thanks, fabioxgn!
    • We'll aim to make the behavior consistent in a future release.

4.4.2 (2020-12-29)

  • Use new powershell if available to enhance WSL support (#176, #186). Thanks, G-Rath and 131!
  • Update rubocop version (development dependency only) (#178). Thanks, utkarsh2102!
  • Replace git ls-files with dir in the gemspec for better Debian support (#179,

... (truncated)

Commits
  • 34d04f2 allow Edge on Linux but skip tests
  • 35ef673 run tests in 3 versions of Selenium
  • 568cc8f unskip working test
  • b4f4f3c Allow selenium-webdriver 4.0.0
  • 7930ccc bump version to 4.6.1
  • f2f8d40 latest IE Driver release had bad formatting
  • 0b608d1 bump to v4.6.0
  • 850e910 rename Edge classes to support Selenium 4 beta
  • 6eb6027 Update browser & OS specific notes in README
  • abac425 Stop using Appveyor and TravisCI.
  • See full diff 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)

@dependabot dependabot bot requested a review from a team as a code owner September 20, 2023 14:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 20, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/selenium-webdriver-and-webdrivers-4.12.0 branch from 92c51c0 to 9c01e5d Compare September 20, 2023 14:14
@bastelfreak
Copy link
Member

@dependabot rebase

1 similar comment
@bastelfreak
Copy link
Member

@dependabot rebase

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) and [webdrivers](https://github.com/titusfortner/webdrivers). These dependencies needed to be updated together.

Updates `selenium-webdriver` from 4.10.0 to 4.12.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.10.0...selenium-4.12.0)

Updates `webdrivers` from 5.3.1 to 5.2.0
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](titusfortner/webdrivers@v5.3.1...v5.2.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: webdrivers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/selenium-webdriver-and-webdrivers-4.12.0 branch from 9c01e5d to 2231c81 Compare September 20, 2023 14:40
@rwaffen
Copy link
Member

rwaffen commented Sep 21, 2023

@oneiros as we said, i remove the main webdrivers gem and now we should only have the selenium-webdrivers

@rwaffen rwaffen merged commit b03fa79 into main Sep 21, 2023
9 checks passed
@rwaffen rwaffen deleted the dependabot/bundler/selenium-webdriver-and-webdrivers-4.12.0 branch September 21, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants