Skip to content

Bump selenium-webdriver from 3.142.7 to 4.0.2

libautomation requested to merge dependabot/bundler/selenium-webdriver-4.0.2 into main

Bumps selenium-webdriver from 3.142.7 to 4.0.2.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.0.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

Click to see all the commits included in this release
  • 3a21814679 - [js] bump JS to 4.0.0 :: AutomatedTester
  • 3782f97e75 - [js] Fixes cdp for Chrome and Firefox (#9909) :: Sri Harsha
  • 614a408873 - [py] Bump python to 4.0.0 :: AutomatedTester
  • b97b4069c0 - [dotnet] Fix typo committed by mistake :: Jim Evans
  • ee723da7be - Bump to latest edge release :: Simon Mavi Stewart
  • 77e99f6810 - Add a toJson method to Browser so it becomes easier to use in Capabilities :: Simon Mavi Stewart
  • fcab887059 - [build] Add cdp 95 to python and JS :: AutomatedTester
  • 87e3833c04 - [python] Remove Edge legacy options. (#9908) :: Brandon Walderman
  • 81cf02791a - [dotnet] Update CHANGELOG with last changes :: Jim Evans
  • e41fc34446 - [dotnet] Fix CDP error getting body of redirect responses :: Jim Evans
  • 21163d6085 - Update Java changelog for 4.0.0 :: Simon Mavi Stewart
  • b00c95823c - Use vendor-specific method names for additional Chromium options. (#9906) :: Brandon Walderman
  • fce8ce05cd - [rb] update changelog and bump version for 4.0.0 :: titusfortner
  • 9c13607c98 - [dotnet] Update version resources and CHANGELOG for 4.0.0 release :: Jim Evans
  • eb4c4fc1ba - [dotnet] Add constructor for creating a Cookie instance with all optional arguments (#9361) :: Puja Jagani
  • e6cd2a8df1 - [dotnet] Add infratructure for previously unsupported interaction types :: Jim Evans
  • 5632da3fed - [dotnet] Making SlowLoadableComponent more exentsible :: Jim Evans
  • 54aba4c7dd - [dotnet] SlowLoadableComponent ignores UnableToLoadMessage :: elgatov
  • d3b35ef25f - [dotnet] Remove Edge Legacy options. :: Brandon Walderman
  • 9b1d5f22f8 - [dotnet] Add CDP support for Chromium 95 :: Jim Evans
  • 7f29755e37 - [dotnet] Add ability to monitor DOM mutations :: Jim Evans
  • 11934cfe12 - Closes #9689 jcip for Apache 2 License into selenium source :: Amil Uslu
  • c0963266d5 - Expected condition for checking attribute value (#9881) :: Joe Schulte
  • b8de36fdc3 - [py] implement relative locator for find_element (#9902) :: Titus
  • 18e1d42956 - [grid] Improving Relay service description for docs :: Diego Molina
  • ed5dff7254 - [java] Deprecating USE_CHROMIUM so we can remove it after 4.0 :: Diego Molina
  • dc555bbabc - [js] Updating rules_nodejs to 4.4.0 :: Sri Harsha
  • 776cd675f1 - Update JRuby to 9.3 to support Ruby 2.6 syntax :: Alex Rodionov
  • 48fc40dcdd - Ensure Pry is loaded when running rb:console target :: Alex Rodionov
  • d456395629 - Revert "Remove JRuby-specifiy SocketPoller#listening?" :: Alex Rodionov
  • c9a2ef6a88 - Improve DevTools request interception test by loading different JS :: Alex Rodionov
  • 94c8c111d6 - [dotnet] Restoring protected ElementFactory property :: Jim Evans
  • e1e690cf57 - Add Chrome 95 in selenium-devtools gem :: Alex Rodionov
  • cb873db98e - Amend default node config to allow users to override event bus flags :: Simon Mavi Stewart

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.0.2 (2021-10-19)

Server:

  • Fixed bug in new download code.

4.0.1 (2021-10-19)

Server:

  • Fixed download by pointing to new storage location.
    • Only supports Selenium 4 versions
  • Added default value for Server::get and Server::download to use the latest server version

4.0.0 (2021-10-13)

Ruby:

  • Updated minimum required Ruby version to 2.6
  • Updated minimum required rexml gem version due to vulnerability

Chrome:

  • Added default values for Network Conditions so no longer need to specify everything

Firefox:

  • Fixed bug where Firefox prefs were converting snake case to camel case

4.0.0.rc3 (2021-10-08)

Ruby:

  • Added support for getting timeout values from the driver

4.0.0.rc2 (2021-09-30)

DevTools:

  • Released selenium-devtools 0.93.0 (2021-09-01)
    • adds CDP version 93
    • removes CDP version 91
  • Released selenium-devtools 0.94.0 (2021-09-22)
    • adds CDP version 94
    • removes CDP version 92
  • Added support for mutating responses in network interception

Ruby:

  • Implemented Options#add_option to work for vendor extension capabilities
  • Fixed bug for requiring uri (#9825 thanks @flanger001)
  • Moved New Window functionality to TargetLocator#new_window to be used with Driver#switch_to
  • Deprecated using Manager#new_window

... (truncated)

Commits

Merge request reports