Bump selenium-webdriver from 4.32.0 to 4.38.0 #37

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/selenium-webdriver-4.38.0 into main
dependabot[bot] commented 2025-10-27 18:36:54 +00:00 (Migrated from github.com)

Bumps selenium-webdriver from 4.32.0 to 4.38.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.38.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

Full Changelog: https://github.com/SeleniumHQ/selenium/compare/selenium-4.37.0...selenium-4.38.0

Selenium 4.37.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.38.0 (2025-10-24)

  • Fix BiDi Network issue by removing nil values on network requests (#16442)
  • Remove cruft from old CI environment (#16473)
  • [bidi] remove deprecated classes for log inspector (#16474)
  • update devtools versions

4.37.0 (2025-10-16)

  • Add CDP for Chrome 141 and remove 138
  • Update Chrome/Edge args for test environment (#16376)
  • Remove prism dependency (#16437)
  • Remove json version constraint (#16436)

4.36.0 (2025-09-18)

  • Add CDP for Chrome 140 and remove 137
  • [BiDi] Create browser module, added user context related methods (#15371)
  • BiDi get client windows (#16211)
  • Fix links to exception documentation on website (#16305)
  • Update unhandled_prompt_behavior capability to support hash syntax (#16289)

4.35.0 (2025-08-12)

  • Add CDP for Chrome 139 and remove 136
  • Fix typos in javascript & rb (#16019)
  • Allow to use rubyzip v3 (#16108)

4.34.0 (2025-06-29)

  • Add CDP for Chrome 138 and remove 135
  • Fix child process terminate method when a process is already terminated (#15789)
  • Deprecate ftp proxy (#15926)
  • Add macOS key mappings for Options and Function keys (#15959)

4.33.0 (2025-05-23)

  • Add CDP for Chrome 137 and remove 134
  • Let firefox choose the bidi port by default (#15727)
  • Upgrade to Ruby 3.2
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.32.0 to 4.38.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.38.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>[dotnet] [bidi] Avoid using JsonInclude attribute to include optional property for DTO by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16413">SeleniumHQ/selenium#16413</a></li> <li>[rb] Bump prism to 1.6.0 by <a href="https://github.com/Earlopain"><code>@​Earlopain</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16450">SeleniumHQ/selenium#16450</a></li> <li>[java] JSpecify annotations for <code>ExecuteMethod</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16464">SeleniumHQ/selenium#16464</a></li> <li>[rb] Fix Network issue by removing nil values on network requests by <a href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16442">SeleniumHQ/selenium#16442</a></li> <li>[py] Replaced :param: and :args: from docstrings by <a href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16469">SeleniumHQ/selenium#16469</a></li> <li>[java] JSpecify annotations for `org.openqa.selenium.federatedcredent… by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16461">SeleniumHQ/selenium#16461</a></li> <li>[java] JSpecify annotations for <code>org.openqa.selenium.interactions</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16462">SeleniumHQ/selenium#16462</a></li> <li>[java][rb] Remove cruft from old Travis CI environment by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16473">SeleniumHQ/selenium#16473</a></li> <li>[java] JSpecify annotations for <code>org.openqa.selenium.net</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16463">SeleniumHQ/selenium#16463</a></li> <li>[rb] remove deprecated classes for previous implementation of log han… by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16474">SeleniumHQ/selenium#16474</a></li> <li>[build] minimize number of ruby targets run with bidi by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16477">SeleniumHQ/selenium#16477</a></li> <li>[java] JSpecify annotations for <code>Credential</code> and <code>MBean</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16481">SeleniumHQ/selenium#16481</a></li> <li>[java] JSpecify annotations for <code>ScriptKey</code> and <code>UnpinnedScriptKey</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16483">SeleniumHQ/selenium#16483</a></li> <li>[java] JSpecify annotations for <code>FileDetector</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16482">SeleniumHQ/selenium#16482</a></li> <li>[java] JSpecify annotations for <code>ExpectedCondition</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16489">SeleniumHQ/selenium#16489</a></li> <li>[java] JSpecify annotations for <code>Response</code> <code>SessionId</code> <code>HttpSessionId</code> by <a href="https://github.com/mk868"><code>@​mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16490">SeleniumHQ/selenium#16490</a></li> <li>[rb][build] improve ruby local_dev generation by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16495">SeleniumHQ/selenium#16495</a></li> <li>[build] removing test_tag_filter tag that isn't being used anywhere by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16496">SeleniumHQ/selenium#16496</a></li> <li>[rb][build] disable dev shm for Chrome and Edge on RBE by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16497">SeleniumHQ/selenium#16497</a></li> <li>[rb] update syntax with rspec linter by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16498">SeleniumHQ/selenium#16498</a></li> <li>[java][bidi]: add test for <code>onHistoryUpdated</code> event by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16293">SeleniumHQ/selenium#16293</a></li> <li>[py] Bump version of ruff formatter/linter by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16502">SeleniumHQ/selenium#16502</a></li> <li>[rust] Fixe Edge version test by <a href="https://github.com/bonigarcia"><code>@​bonigarcia</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16501">SeleniumHQ/selenium#16501</a></li> <li>[py][bidi]: add <code>set_timezone_override</code> command in emulation by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16500">SeleniumHQ/selenium#16500</a></li> <li>[py] Cleanup and convert more doctrings to google-style by <a href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16503">SeleniumHQ/selenium#16503</a></li> <li>[build] fix update-documentation workflow by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16505">SeleniumHQ/selenium#16505</a></li> <li>fix workflows for updating documentation from stage release by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/16506">SeleniumHQ/selenium#16506</a></li> </ul> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.37.0...selenium-4.38.0">https://github.com/SeleniumHQ/selenium/compare/selenium-4.37.0...selenium-4.38.0</a></p> <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 --> </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.38.0 (2025-10-24)</h1> <ul> <li>Fix BiDi Network issue by removing nil values on network requests (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16442">#16442</a>)</li> <li>Remove cruft from old CI environment (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16473">#16473</a>)</li> <li>[bidi] remove deprecated classes for log inspector (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16474">#16474</a>)</li> <li>update devtools versions</li> </ul> <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> <h1>4.36.0 (2025-09-18)</h1> <ul> <li>Add CDP for Chrome 140 and remove 137</li> <li>[BiDi] Create browser module, added user context related methods (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15371">#15371</a>)</li> <li>BiDi get client windows (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16211">#16211</a>)</li> <li>Fix links to exception documentation on website (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16305">#16305</a>)</li> <li>Update <code>unhandled_prompt_behavior</code> capability to support hash syntax (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16289">#16289</a>)</li> </ul> <h1>4.35.0 (2025-08-12)</h1> <ul> <li>Add CDP for Chrome 139 and remove 136</li> <li>Fix typos in javascript &amp; rb (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16019">#16019</a>)</li> <li>Allow to use <code>rubyzip</code> v3 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16108">#16108</a>)</li> </ul> <h1>4.34.0 (2025-06-29)</h1> <ul> <li>Add CDP for Chrome 138 and remove 135</li> <li>Fix child process terminate method when a process is already terminated (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15789">#15789</a>)</li> <li>Deprecate ftp proxy (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15926">#15926</a>)</li> <li>Add macOS key mappings for Options and Function keys (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15959">#15959</a>)</li> </ul> <h1>4.33.0 (2025-05-23)</h1> <ul> <li>Add CDP for Chrome 137 and remove 134</li> <li>Let firefox choose the bidi port by default (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15727">#15727</a>)</li> <li>Upgrade to Ruby 3.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/281a20091323bb4d245c6c13d0888ff2639a5117"><code>281a200</code></a> [build] Prepare for release of Selenium 4.38.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16499">#16499</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/0ecbd47f7eea1d9b0c7142e2f03c820228863093"><code>0ecbd47</code></a> [rb] update syntax with rspec linter (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16498">#16498</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/229e299ef106185f3ef034575395fba6c3bc1c98"><code>229e299</code></a> [rb][build] disable dev shm for Chrome and Edge on RBE (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16497">#16497</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/b3b23f5de0cce6f2f04b2b8b3e0924b032905c56"><code>b3b23f5</code></a> [build] minimize number of ruby targets run with bidi (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16477">#16477</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/0606401801c178df53a6277e13bf94c5f70f54b8"><code>0606401</code></a> [rb][bidi] remove deprecated classes for log inspector (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16474">#16474</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/13008334cf82c0e2851e613d73f2539a508a08d3"><code>1300833</code></a> [java][rb] Remove cruft from old CI environment (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16473">#16473</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/76c303b41fc7510d6af320e3a900063a0f4ffd88"><code>76c303b</code></a> [rb] Fix Network issue by removing nil values on network requests (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16442">#16442</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/83f5f7704866315fd85bbda7922e8d2eae0ea8e4"><code>83f5f77</code></a> [rb] Bump prism to 1.6.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/16450">#16450</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/6c01a81573b6be999b06d587a677855088dad353"><code>6c01a81</code></a> Bumping version for Nightly</li> <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>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.32.0...selenium-4.38.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.32.0&new-version=4.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/bundler/selenium-webdriver-4.38.0:dependabot/bundler/selenium-webdriver-4.38.0
git switch dependabot/bundler/selenium-webdriver-4.38.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/bundler/selenium-webdriver-4.38.0
git switch dependabot/bundler/selenium-webdriver-4.38.0
git rebase main
git switch main
git merge --ff-only dependabot/bundler/selenium-webdriver-4.38.0
git switch dependabot/bundler/selenium-webdriver-4.38.0
git rebase main
git switch main
git merge --no-ff dependabot/bundler/selenium-webdriver-4.38.0
git switch main
git merge --squash dependabot/bundler/selenium-webdriver-4.38.0
git switch main
git merge --ff-only dependabot/bundler/selenium-webdriver-4.38.0
git switch main
git merge dependabot/bundler/selenium-webdriver-4.38.0
git push origin main
Sign in to join this conversation.
No description provided.