Skip to content

Commit 7cf5304

Browse files
authored
chore(deps-dev): bump selenium-webdriver from 4.36.0 to 4.37.0 (#1114)
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.36.0 to 4.37.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">selenium-webdriver's releases</a>.</em></p> <blockquote> <h2>Selenium 4.37.0</h2> <h2>Detailed Changelogs by Component</h2> <p><!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></strong>     |    <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/selenium-webdriver/CHANGES.md">JavaScript</a></strong> <!-- raw HTML omitted --></p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <!-- raw HTML omitted --> <ul> <li>[py] Re-add defaults for Chromium kwargs by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16372">SeleniumHQ/selenium#16372</a></li> <li>Splitting stress tests by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16374">SeleniumHQ/selenium#16374</a></li> <li>[rb] Update Chrome/Edge args for test environment by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16376">SeleniumHQ/selenium#16376</a></li> <li>[dotnet] [bidi] Emulation module by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16380">SeleniumHQ/selenium#16380</a></li> <li>[py] Remove old test xfail markers from Travis CI by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16377">SeleniumHQ/selenium#16377</a></li> <li>[dotnet] [bidi] Implement browsing context download events by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16382">SeleniumHQ/selenium#16382</a></li> <li>[dotnet] [bidi] Support browser SetDownloadBehaviour command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16383">SeleniumHQ/selenium#16383</a></li> <li>[dotnet] [bidi] Support network SetExtraHeaders command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16384">SeleniumHQ/selenium#16384</a></li> <li>[py][build] Python CI - add unit test job and windows integration tests to GH runners by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16362">SeleniumHQ/selenium#16362</a></li> <li>[java] Linux ARM &quot;os.arch&quot; system property is &quot;aarch64&quot; by <a href="https://github.com/mkurz"><code>@​mkurz</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16381">SeleniumHQ/selenium#16381</a></li> <li>[dotnet] [bidi] AOT safe enums serialization by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16386">SeleniumHQ/selenium#16386</a></li> <li>[dotnet] Handle negative zero BiDi response by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15898">SeleniumHQ/selenium#15898</a></li> <li>[dotnet] Move JSON converter attributes from centralized options into their respective types by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16393">SeleniumHQ/selenium#16393</a></li> <li>[py] Fix Selenium Manager tests on Windows by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16391">SeleniumHQ/selenium#16391</a></li> <li>[py] Fix chromedriver/msedgedriver service tests by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16395">SeleniumHQ/selenium#16395</a></li> <li>[dotnet] [bidi] Modules as extensions by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16392">SeleniumHQ/selenium#16392</a></li> <li>[dotnet] [bidi] Provide type info immediately when serializing by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16397">SeleniumHQ/selenium#16397</a></li> <li>[bidi] [dotnet] Use events JsonTypeInfo for deserialization by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16402">SeleniumHQ/selenium#16402</a></li> <li>[dotnet] Replace lazy caching mechanism in BiDi's constructor with simple initialization by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16399">SeleniumHQ/selenium#16399</a></li> <li>[py][build] Re-add Windows to CI workflows by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16396">SeleniumHQ/selenium#16396</a></li> <li>[dotnet] Help more .NETFramework projects to copy SM binaries to output by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16406">SeleniumHQ/selenium#16406</a></li> <li>[dotnet] [bidi] Specific result type for any command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16405">SeleniumHQ/selenium#16405</a></li> <li>[dotnet] [bidi] Deserialize message fast instead of defer it by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16403">SeleniumHQ/selenium#16403</a></li> <li>[dotnet] [bidi] Remove IEnumerable of command results by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16219">SeleniumHQ/selenium#16219</a></li> <li>[dotnet] Remove obsoleted FtpProxy by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16411">SeleniumHQ/selenium#16411</a></li> <li>[py] Configure WebSocket timeout and wait interval via ClientConfig by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16248">SeleniumHQ/selenium#16248</a></li> <li>[java] Rescuing the remote cause for session creation errors by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16418">SeleniumHQ/selenium#16418</a></li> <li>[py] Add test for BiDi request handlers with classic navigation by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16421">SeleniumHQ/selenium#16421</a></li> <li>[java] NullAway added by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16416">SeleniumHQ/selenium#16416</a></li> <li>[java] feat: Add native Java 11 HTTP client methods to HttpClient interface by <a href="https://github.com/manuelsblanco"><code>@​manuelsblanco</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16412">SeleniumHQ/selenium#16412</a></li> <li>[py] Raise NotImplementedError when deleting downloads in driver subclass by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16423">SeleniumHQ/selenium#16423</a></li> <li>[java] refactor(remote/command): Merge overload's business logic by <a href="https://github.com/nnnnoel"><code>@​nnnnoel</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14469">SeleniumHQ/selenium#14469</a></li> <li>[py] Fix default rpId in virtual authenticator by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16428">SeleniumHQ/selenium#16428</a></li> <li>make augmentation of HasBiDi/HasDevTools lazy-loaded by <a href="https://github.com/asolntsev"><code>@​asolntsev</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16338">SeleniumHQ/selenium#16338</a></li> <li>[py] Update docstrings style by <a href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16427">SeleniumHQ/selenium#16427</a></li> <li>[py] Support Python 3.14 and drop Python 3.9 by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16342">SeleniumHQ/selenium#16342</a></li> <li>Removing FF guard for canListenToDownloadWillBeginEvent by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16439">SeleniumHQ/selenium#16439</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">selenium-webdriver's changelog</a>.</em></p> <blockquote> <h1>4.37.0 (2025-10-16)</h1> <ul> <li>Add CDP for Chrome 141 and remove 138</li> <li>Update Chrome/Edge args for test environment (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16376">#16376</a>)</li> <li>Remove <code>prism</code> dependency (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16437">#16437</a>)</li> <li>Remove <code>json</code> version constraint (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16436">#16436</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/3c1da1e3427c75d75f7db4204d893a5d7980f705"><code>3c1da1e</code></a> [build] Prepare for release of Selenium 4.37.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16451">#16451</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/627a283b2c677672d52368caa9825ea676a2aefd"><code>627a283</code></a> [rb] Remove <code>json</code> version constraint (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16436">#16436</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4023c01bbd0d26101074472be1730670bff1d0c5"><code>4023c01</code></a> [rb] Remove <code>prism</code> dependency (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16437">#16437</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/13946085d47d34032950b9c7711afc2f5516cf6a"><code>1394608</code></a> [rb] Update Chrome/Edge args for test environment (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16376">#16376</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/94871814499173323b7b4c39d888742aba64d95b"><code>9487181</code></a> Splitting stress tests (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16374">#16374</a>)</li> <li>See full diff in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.36.0...selenium-4.37.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=selenium-webdriver&package-manager=bundler&previous-version=4.36.0&new-version=4.37.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents b48d63e + 7107622 commit 7cf5304

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ GEM
411411
rdoc (>= 4.0.0)
412412
reline (>= 0.4.2)
413413
jmespath (1.6.2)
414-
json (2.13.2)
414+
json (2.15.1)
415415
json-schema (5.1.1)
416416
addressable (~> 2.8)
417417
bigdecimal (~> 3.1)
@@ -514,7 +514,7 @@ GEM
514514
net-smtp
515515
premailer (~> 1.7, >= 1.7.9)
516516
prettyprint (0.2.0)
517-
prism (1.4.0)
517+
prism (1.6.0)
518518
pry (0.15.2)
519519
coderay (~> 1.1)
520520
method_source (~> 1.0)
@@ -711,7 +711,7 @@ GEM
711711
ruby-vips (2.2.3)
712712
ffi (~> 1.12)
713713
logger
714-
rubyzip (3.1.1)
714+
rubyzip (3.2.0)
715715
rufus-scheduler (3.9.2)
716716
fugit (~> 1.1, >= 1.11.1)
717717
sass-embedded (1.86.3-aarch64-linux-gnu)
@@ -725,11 +725,9 @@ GEM
725725
sassc-embedded (1.80.4)
726726
sass-embedded (~> 1.80)
727727
securerandom (0.4.1)
728-
selenium-webdriver (4.36.0)
728+
selenium-webdriver (4.37.0)
729729
base64 (~> 0.2)
730-
json (<= 2.13.2)
731730
logger (~> 1.4)
732-
prism (~> 1.0, < 1.5)
733731
rexml (~> 3.2, >= 3.2.5)
734732
rubyzip (>= 1.2.2, < 4.0)
735733
websocket (~> 1.0)

0 commit comments

Comments
 (0)