Bump selenium-webdriver from 4.32.0 to 4.33.0 #2307

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/selenium-webdriver-4.33.0 into main 2025-05-26 18:17:26 +08:00
dependabot[bot] commented 2025-05-26 15:29:09 +08:00 (Migrated from github.com)

Bumps selenium-webdriver from 4.32.0 to 4.33.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.33.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

New Contributors

Full Changelog: https://github.com/SeleniumHQ/selenium/compare/selenium-4.32.0...selenium-4.33.0

Changelog

Sourced from selenium-webdriver's changelog.

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
  • 2c6aaad [build] Prepare for release of Selenium 4.33.0 (#15776)
  • 212fc8b [rb] Upgrade to Ruby 3.2
  • 1e2945d Let firefox choose the bidi port by default (#15727)
  • 709611e [rb] use tempfiles for testing uploads
  • 6b40037 [rb] guard service tests from running with grid
  • 534a522 [rb] fix tests to enable downloads when starting grid in rbe
  • 80a8879 [rb] move all guard and zipper tests to unit tests (#15717)
  • 3542999 Bumping to nightly
  • See full diff in compare view

Dependabot compatibility score

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)
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.32.0 to 4.33.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.33.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> <ul> <li>[py] Exclude devtools directory from type checking by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15695">SeleniumHQ/selenium#15695</a></li> <li>[py] Add clean_options fixture and remove all Python tests from .skipped-tests by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15696">SeleniumHQ/selenium#15696</a></li> <li>[java][bidi]: enable tests for storage module for edge by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15667">SeleniumHQ/selenium#15667</a></li> <li>[py][bidi]: add bidi storage module by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15669">SeleniumHQ/selenium#15669</a></li> <li>[build] allow GitHub Actions runner to use 4GB for JVM Heap by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15692">SeleniumHQ/selenium#15692</a></li> <li>update old freenode channel link to libera by <a href="https://github.com/t7ru"><code>@​t7ru</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15698">SeleniumHQ/selenium#15698</a></li> <li>fixing mypy error from <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15693">#15693</a> by <a href="https://github.com/bandophahita"><code>@​bandophahita</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15705">SeleniumHQ/selenium#15705</a></li> <li>[java] Removing deprecated items in Require.java by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15711">SeleniumHQ/selenium#15711</a></li> <li>[java] Removing RemoteStatus as it was deprecated. by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15712">SeleniumHQ/selenium#15712</a></li> <li>[rb] move all guard and zipper tests to unit tests by <a href="https://github.com/titusfortner"><code>@​titusfortner</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15717">SeleniumHQ/selenium#15717</a></li> <li>[rust] Replace WMIC commands (deprecated) by WinAPI in Windows by <a href="https://github.com/bonigarcia"><code>@​bonigarcia</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15363">SeleniumHQ/selenium#15363</a></li> <li>[py][BiDi] use constant for LogLevel by <a href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15677">SeleniumHQ/selenium#15677</a></li> <li>Let firefox choose the bidi port by default by <a href="https://github.com/tomhughes"><code>@​tomhughes</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15727">SeleniumHQ/selenium#15727</a></li> <li>[rb] Upgrade to Ruby 3.2 by <a href="https://github.com/p0deje"><code>@​p0deje</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15714">SeleniumHQ/selenium#15714</a></li> <li>[py] Missing Headers Assignment in Network Class’s _on_request() by <a href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15736">SeleniumHQ/selenium#15736</a></li> <li>[py] correct type annotations of default-None params by <a href="https://github.com/DeflateAwning"><code>@​DeflateAwning</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15341">SeleniumHQ/selenium#15341</a></li> <li>[py] Add missing 'id' property to ShadowRoot class by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15739">SeleniumHQ/selenium#15739</a></li> <li>[py] Bump Python package requirements to latest versions by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15731">SeleniumHQ/selenium#15731</a></li> <li>[py] Use ruff for linting and code formatting by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15746">SeleniumHQ/selenium#15746</a></li> <li>[py]: return <code>message</code> as part of exception in <code>execute</code> method by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15751">SeleniumHQ/selenium#15751</a></li> <li>[py][tests]: check for .txt file in remote download test by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15758">SeleniumHQ/selenium#15758</a></li> <li>[java] Removing deprecated <code>setScriptTimeout</code> and <code>pageLoadTimeout</code>. by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15764">SeleniumHQ/selenium#15764</a></li> <li>[py][bidi]: add bidi webExtension module by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15749">SeleniumHQ/selenium#15749</a></li> <li>[py] Better error for downloads on local webdrivers by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15756">SeleniumHQ/selenium#15756</a></li> <li>[py] Add missing modules to python API docs by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15779">SeleniumHQ/selenium#15779</a></li> <li>[ci] Workflow for Grid UI component tests by <a href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15778">SeleniumHQ/selenium#15778</a></li> <li>[grid] UI Sessions capability fields to display as additional columns by <a href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15759">SeleniumHQ/selenium#15759</a></li> <li>[grid] UI Overview is able to see live preview per Node by <a href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15777">SeleniumHQ/selenium#15777</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/t7ru"><code>@​t7ru</code></a> made their first contribution in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15698">SeleniumHQ/selenium#15698</a></li> <li><a href="https://github.com/tomhughes"><code>@​tomhughes</code></a> made their first contribution in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15727">SeleniumHQ/selenium#15727</a></li> <li><a href="https://github.com/DeflateAwning"><code>@​DeflateAwning</code></a> made their first contribution in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15341">SeleniumHQ/selenium#15341</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.32.0...selenium-4.33.0">https://github.com/SeleniumHQ/selenium/compare/selenium-4.32.0...selenium-4.33.0</a></p> </blockquote> </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.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/2c6aaad03a575cd93e4f063f91404e3ae66a7470"><code>2c6aaad</code></a> [build] Prepare for release of Selenium 4.33.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15776">#15776</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/212fc8be3566e333ee3823e153b770162c3902b8"><code>212fc8b</code></a> [rb] Upgrade to Ruby 3.2</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/1e2945de78c8005d96bad66af43a02b46bde3d20"><code>1e2945d</code></a> Let firefox choose the bidi port by default (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15727">#15727</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/709611e6369ede6572a9a77aa61d810ef907242f"><code>709611e</code></a> [rb] use tempfiles for testing uploads</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/6b40037e31bbb9d8fd3c9221419b53af4cbd6b7e"><code>6b40037</code></a> [rb] guard service tests from running with grid</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/534a5226c2e54ac3b7a20b9262326be5e1129ea7"><code>534a522</code></a> [rb] fix tests to enable downloads when starting grid in rbe</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/80a88797ef8bbc4134ec9cf363626b8303cd958f"><code>80a8879</code></a> [rb] move all guard and zipper tests to unit tests (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15717">#15717</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/35429991860208ae2814ab0da8c66cf6922dc14e"><code>3542999</code></a> Bumping to nightly</li> <li>See full diff in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.32.0...selenium-4.33.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.33.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>
Sign in to join this conversation.