[Snyk] Upgrade selenium-webdriver from 4.1.2 to 4.25.0 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade selenium-webdriver from 4.1.2 to 4.25.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 34 versions ahead of your current version.
The recommended version was released on a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-WS-7266574
Release notes
Package name: selenium-webdriver
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
What's Changed
Click to see all the changes included in this release
correct_event_firing_tests.py
(#14510) (Navin Chandra)with
statement in zipfile as Python 2.x support is dropped (#14489) (Swastik Baranwal)rules_jvm_external
to 6.3 (#14492) (Simon Stewart)pointer_input.py
,wheel_input.py
andfirefox/options.py
(#14476) (Navin Chandra)input_device
andfile_detector
(#14459) (Swastik Baranwal)fedcm
links with new ones (#14478) (Navin Chandra)service.py
,cdp.py
,webelement.py
andremote_connection.py
(#14448) (Navin Chandra)Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
What's Changed
4df0a231af
- [build] Prepare for release of Selenium 4.23.0 (#14273) :: Selenium CI Bote5422e6a4e
- [bidi][java] Add high-level logging APIs (#14225) :: Puja Jagani8cf9a59153
- [grid] Set session-request-timeout as client readTimeout in RemoteNewSessionQueue (#14272) :: Viet Nguyen Ducf3724e661a
- [java] Consistent UTF-8 Encoding and Code Enhancements (#14218) :: Alex72e3a61001
- [java] custom duration for Actions constructor (#14085) :: Alex10b3305fe5
- Update logo path in readme (#14177) :: Nikolay Borisenkod8830283fb
- [rb] Add backtrace locations and cause to errors (#14170) :: Augustin Gottlieb Pequeno4a17ec391c
- [java] Merge android specific parameters in chrome options (#14217) :: Alex9aa1a7f3ee
- py: fix RelativeBy#near to take 2 parameters (#13082) :: pinterior9d6131f48e
- Remove 'browserName' capability from stereotype when using RelaySession (#14247) :: bhecquet82715b914b
- [dotnet] Quit fails after not successful new session (#14242) :: Indomitable79512380c6
- [bidi][js] Deprecate argument value wrapper class (#14251) :: Puja Jagani12769d6785
- [java] Revert workaround for old netty http client (addendum to #12843) (#14134) :: Oleksandr Kulychok7334bfc473
- [bidi][js] Add high-level script pinning APIs (#14250) :: Puja Jagani0f6884149f
- [bidi][js] Add dom mutation handlers (#14238) :: Puja Jagani785914e555
- [py] Remove precompiled binaries from sdist (#14233) :: James Hilliard6b28a8c03f
- [bidi] Add source type to log entry (#14244) :: Puja Jaganidf75c3a739
- [rb] Update selenium manager types (#14189) :: Augustin Gottlieb Pequenof09642274e
- [dotnet] Return back protected synchronous Execute method in WebDriver :: Nikolay Borisenko425ed87c9e
- [bidi][js] Add methods to add/remove handlers in Script module (#14230) :: Puja Jagani5e8d6a1f93
- [bidi][java] Avoid creating new instances of log entry event :: Puja Jagani06e7b7a4d7
- [bidi][java] Ensure empty values are removed from the call back map :: Puja Jagani5c087471ad
- [bidi] [java] Fix the adding and the removing listener :: Puja Jagani48fd9563cb
- [bidi] [java] Ensure the listeners returns an id (#14215) :: Puja Jagani5494108076
- [py] websocket-client v.1.8.0 was added to setup.py (#14187) :: Alexfe7e7c7434
- [js + bazel]: Run Node browser tests on the RBE (#14194) :: Simon Stewart164bf7944b
- [bidi][java] Remove the method that converts node value to RemoteWebElement :: Puja Jaganie8745c61e3
- [java] Deleting tests referencing deprecated methods in Require.java :: Diego Molina257104ea93
- Bump JS dependencies (#14193) :: Simon Stewartdcd99ce83a
- [java] Removing usages of deprecated methods in Require.java :: Diego Molina2b32dbd572
- [java] RemovingLocateNodeParameters.Builder
, deprecated since 4.20 :: Diego Molina034a582078
- [java] Setting proxy in SM only when it is needed. :: Diego Molinaabdaa7539a
- [js][bidi] Fix the event unsubscribe method. Update modules to have close methods. (#14192) :: Puja Jagani84cc67e7c7
- [rb] Add URLs constant to update error messages (#14174) :: Augustin Gottlieb Pequenofd5f54ebd7
- [rb] Run remote tests on RBE (#13906) :: Alex Rodionov8184982ab0
- [build] add notes for where automated build can be improved for next release :: titusfortner815839a857
- [build] ensure rust version and changelog are properly committed :: titusfortner917b2d4a57
- [build] parse patch version tags to update and PR just applicable languages :: titusfortner826a6bddeb
- [rb] Add FedCM support to the ruby selenium client (