Skip to content

Commit fdbfb87

Browse files
authored
Build(deps-dev): Bump selenium-webdriver from 4.33.0 to 4.34.0 (#877)
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.33.0 to 4.34.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.34.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>[ci] Clear warning from 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/15783">SeleniumHQ/selenium#15783</a></li> <li>[py] Fix pytest_ignore_collect hook to respect --ignore by <a href="https://github.com/mgorny"><code>@​mgorny</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15787">SeleniumHQ/selenium#15787</a></li> <li>[py] Increase timeout in devtools test by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15793">SeleniumHQ/selenium#15793</a></li> <li>[py] Upgrade type hints by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15784">SeleniumHQ/selenium#15784</a></li> <li>[dotnet] [bidi] Add AcceptInsecureCerts and Proxy options when create new user context by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15795">SeleniumHQ/selenium#15795</a></li> <li>[grid] Silent fail on invalid log level by <a href="https://github.com/Oxilod"><code>@​Oxilod</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15796">SeleniumHQ/selenium#15796</a></li> <li>Bump setup-bazel action by <a href="https://github.com/p0deje"><code>@​p0deje</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15802">SeleniumHQ/selenium#15802</a></li> <li>Don't silence stderr in format.sh by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15804">SeleniumHQ/selenium#15804</a></li> <li>[dotnet] [bidi] Declare allowed nullable objects in constructors type by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15809">SeleniumHQ/selenium#15809</a></li> <li>Fix type error for attribute in remote_connection.py by <a href="https://github.com/Bradltr95"><code>@​Bradltr95</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15810">SeleniumHQ/selenium#15810</a></li> <li>[py] Lint Python with ruff by <a href="https://github.com/p0deje"><code>@​p0deje</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15811">SeleniumHQ/selenium#15811</a></li> <li>fixed error in selenium/webdriver/common/bidi/common.py:19 by <a href="https://github.com/pallavigitwork"><code>@​pallavigitwork</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15814">SeleniumHQ/selenium#15814</a></li> <li>[py] Fix import for type hint by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15817">SeleniumHQ/selenium#15817</a></li> <li>[py] Bump ruff version by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15818">SeleniumHQ/selenium#15818</a></li> <li>[dotnet] [bidi] Simplify modules namespace for end users (breaking change) by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15820">SeleniumHQ/selenium#15820</a></li> <li>[dotnet] Remove unnecessary stylecop files by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15824">SeleniumHQ/selenium#15824</a></li> <li>[py] Lint and format all python files by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15828">SeleniumHQ/selenium#15828</a></li> <li>[py][bidi]: add <code>enable_webextensions</code> option for chromium-based browsers by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15794">SeleniumHQ/selenium#15794</a></li> <li>[py] Auto-generate Python API docs from code by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15822">SeleniumHQ/selenium#15822</a></li> <li>[py] Fix python API docs publishing at readthedocs by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15832">SeleniumHQ/selenium#15832</a></li> <li>Change flag for Chrome/Edge headless mode in tests by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15831">SeleniumHQ/selenium#15831</a></li> <li>[py] Cleanup tox config by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15833">SeleniumHQ/selenium#15833</a></li> <li>[rb] Add support for beta chrome by <a href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15417">SeleniumHQ/selenium#15417</a></li> <li>Revert &quot;[rb] Add support for beta chrome&quot; by <a href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15837">SeleniumHQ/selenium#15837</a></li> <li>[py] Fix: Mypy type annotation errors by <a href="https://github.com/ShauryaDusht"><code>@​ShauryaDusht</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15841">SeleniumHQ/selenium#15841</a></li> <li>[py] New script to update Python dependencies by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15845">SeleniumHQ/selenium#15845</a></li> <li>fixed errors in browser.py for 15697 by <a href="https://github.com/pallavigitwork"><code>@​pallavigitwork</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15847">SeleniumHQ/selenium#15847</a></li> <li>[py][bidi]: implement bidi permissions module by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15830">SeleniumHQ/selenium#15830</a></li> <li>[py] Regeneratee py/docs/source/api.rst by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15856">SeleniumHQ/selenium#15856</a></li> <li>[dotnet] Align CS projects name to understand the editing context by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15843">SeleniumHQ/selenium#15843</a></li> <li>[py][bidi]: enable edge bidi storage test - <code>test_get_all_cookies</code> by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15859">SeleniumHQ/selenium#15859</a></li> <li>Caching the size/length in loops to slightly improve performance by <a href="https://github.com/LuisOsv"><code>@​LuisOsv</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15852">SeleniumHQ/selenium#15852</a></li> <li>Update exceptions.py by <a href="https://github.com/adolfoarmas"><code>@​adolfoarmas</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15862">SeleniumHQ/selenium#15862</a></li> <li>Revert &quot;Update exceptions.py&quot; by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15864">SeleniumHQ/selenium#15864</a></li> <li>[py] Re-apply <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15862">#15862</a> by <a href="https://github.com/cgoldberg"><code>@​cgoldberg</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15865">SeleniumHQ/selenium#15865</a></li> <li>[py] fix driver_element_finding_tests.py by <a href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15863">SeleniumHQ/selenium#15863</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.34.0 (2025-06-25)</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> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/2a4c61c498207b17cdb2f5f987c7c71dca146c2d"><code>2a4c61c</code></a> [build] Prepare for release of Selenium 4.34.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15958">#15958</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/f1c075cb9eacde25527c850c09205401dda2cb46"><code>f1c075c</code></a> [rb] Add macOS key mappings for Options and Function keys (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15959">#15959</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/a64857ea66d6dfe318c10816f0d14efe42287f5d"><code>a64857e</code></a> [rb] Guarding FedCM tests for Chrome</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4d99963d57f1ed66ec6f48b82ab15fb234d0a998"><code>4d99963</code></a> [rb] Feat 15905/deprecate ftp proxy (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15926">#15926</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/71ad27246bd2a30f41192866708a36618a403741"><code>71ad272</code></a> [rb] add guard for browser version (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15899">#15899</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/a11b6d6a0dcc03501287d9c2650925456321afa1"><code>a11b6d6</code></a> [rb] Add support for beta chrome (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15874">#15874</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/e6f52ce48d85ff9cbbb39ee80d8f9ac8f056ea5a"><code>e6f52ce</code></a> [rb] Fix child process terminate method when a process is already terminated ...</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/f52bb20997d20db3a91a1bf78c16940619abe0db"><code>f52bb20</code></a> Revert &quot;[rb] Add support for beta chrome&quot; (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15837">#15837</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/1b0ab9bbe95fe645106234699dbc0cc45e2f1508"><code>1b0ab9b</code></a> [rb] Add support for beta chrome (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15417">#15417</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/57da2c8254ee2dee0ec8927e2d75e4a2e43923ad"><code>57da2c8</code></a> Bumping to nightly versions</li> <li>See full diff in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.33.0...selenium-4.34.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.33.0&new-version=4.34.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 86557cc + 42ce052 commit fdbfb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ GEM
692692
sassc-embedded (1.80.4)
693693
sass-embedded (~> 1.80)
694694
securerandom (0.4.1)
695-
selenium-webdriver (4.33.0)
695+
selenium-webdriver (4.34.0)
696696
base64 (~> 0.2)
697697
logger (~> 1.4)
698698
rexml (~> 3.2, >= 3.2.5)

0 commit comments

Comments
 (0)