Closed Bug 1846375 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 41261 - Bump selenium from 4.10.0 to 4.11.0 in /tools

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox118 fixed)

RESOLVED FIXED
118 Branch
Tracking Status
firefox118 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 41261 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/41261
Details from upstream follow.

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:

Bump selenium from 4.10.0 to 4.11.0 in /tools

Bumps selenium from 4.10.0 to 4.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SeleniumHQ/Selenium/releases">selenium's releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.11.0</h2>
<h3>Changelog</h3>
<p>For each component's detailed changelog, please check:</p>
<ul>
<li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></li>
<li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></li>
<li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></li>
<li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></li>
<li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></li>
<li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriverServer</a></li>
</ul>
<h3>Commits in this release</h3>
<!-- raw HTML omitted -->
<ul>
<li><a href="http://github.com/seleniumhq/selenium/commit/8b02c886cf626f1b82963c203109abd310c451c9"><code>8b02c886cf</code></a> - [rb] Bumping Selenium version :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/0f2e1b1f253f931f647f35edaeec2f00dedfe332"><code>0f2e1b1f25</code></a> - Fix docstring for removed arg (browser_profile) (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12174">#12174</a>) :: Michael Mintz</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/cbaff758e267556c70d10b04c728aaa88ce84308"><code>cbaff758e2</code></a> - [dotnet] Improving .NET API docs :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/85a0c67c64fa482a374a23c8bb54db0e22a0aa7d"><code>85a0c67c64</code></a> - [dotnet] Leaving .NET API docs at root level :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/e45195e0ab62a7745ed219c43709b6cb19715e19"><code>e45195e0ab</code></a> - [dotnet] Updating DevTools tests to use CDP 114 :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/e55129e8e6aea327828c94ed7a77a21b51bba23b"><code>e55129e8e6</code></a> - Update mirror info (Thu Jun 8 00:17:05 UTC 2023) :: Selenium CI Bot</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/3084d2b6b354ddd089dc8e87b7078f9109addd28"><code>3084d2b6b3</code></a> - [dotnet] Updating DevTools tests to use CDP 114 (2) :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/cc3b3958875b5311b6365b470822d1255c5c5ab9"><code>cc3b395887</code></a> - [rb] Updating year in Ruby docs :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/8ace4ecca470c02ff30206714174dcf1079d75e4"><code>8ace4ecca4</code></a> - [py] Adding draft configuration for ReadTheDocs :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/38802986d2ae5e2e8082dfd21e6a3db4dc46c911"><code>38802986d2</code></a> - [py] Fixing path for docs conf :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/da3a82b46bfdcf6cc460655f30729f9add832680"><code>da3a82b46b</code></a> - [java] Add Missing W3C Exceptions (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12175">#12175</a>) :: Oscar Devora</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/fbb0996e45ea899e6a8fb9c45ca7fbc9449f6257"><code>fbb0996e45</code></a> - [py] Improving docs landing page. :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/043bb18a9ea975464b2405f6af2b046c60cc0173"><code>043bb18a9e</code></a> - [dotnet] Implementation of event wrapped shadow root element (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12073">#12073</a>) :: Nikolay Borisenko</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/ca9d41a0d543c0be51997fdb536377197fc4cbb4"><code>ca9d41a0d5</code></a> - [py] removed redundant attributes <code>capabilities</code> and <code>set_capability</code> in wpewebkit/options.py (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12169">#12169</a>) :: Sandeep Suryaprasad</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/a50bfe29a1d4aa119a0c61a801a4c5dedd9921a1"><code>a50bfe29a1</code></a> - [js][bidi] fix addPreloadScript failing tests (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12182">#12182</a>) :: Tamsil Sajid Amani</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/3dc8903766f121e638352ff9c27f87bd8bceb0ae"><code>3dc8903766</code></a> - [py] instance attributes in Timeout class are now being set through setter… (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12186">#12186</a>) :: Sandeep Suryaprasad</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/505abc310f078cb07c5a8792f29c6165f98cb1bd"><code>505abc310f</code></a> - [java] Drop the prefix created by Bazel (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12173">#12173</a>) :: joerg1985</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/7cfd137085fcde932cd71af78642a15fd56fe1f1"><code>7cfd137085</code></a> - [js] fix SeleniumServer.start() crashes on MacOS with nodejs selenium-webdriver (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12158">#12158</a>) :: Hanbo Wang</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/2ebfcd93eaf5f47c7b37c2c25d64c9b67a911d72"><code>2ebfcd93ea</code></a> - [py] mapped all error codes in <code>errorhandler.py</code> to corresponding exception object. (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12190">#12190</a>) :: Sandeep Suryaprasad</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/94e6fdf11dc00c43f89c2c0d3ed5515695fd6183"><code>94e6fdf11d</code></a> - Bump cryptography from 39.0.1 to 41.0.0 in /py (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12130">#12130</a>) :: dependabot[bot]</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/79e6378d27dfae82ec12ec0ce10bf49d06d85bc1"><code>79e6378d27</code></a> - [dotnet] Include generation of support project (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12193">#12193</a>) :: Nikolay Borisenko</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/cdfba2b1c98b1b911d6dd93ae426f325cba0b342"><code>cdfba2b1c9</code></a> - [JS] Update rules_nodejs to 5.8.3 :: Sriharsha</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/4d70bd80f40592c12170ca8382d54064278add6f"><code>4d70bd80f4</code></a> - [py] add more shortcuts to webdriver ini file (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12194">#12194</a>) :: Titus Fortner</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/d1f1b6fa39e161b4fa6753f6e5bcf3795f741300"><code>d1f1b6fa39</code></a> - [py] Fix BrowserError issues (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12150">#12150</a>) :: Sebastian Meyer</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/ebb232fd037ef48d5eabea2ab3c8f28e7fa9e2ff"><code>ebb232fd03</code></a> - Run format.sh script :: Simon Mavi Stewart</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/25dbacb014aa7527f326486bb43d90c030c811df"><code>25dbacb014</code></a> - [js][bidi] add Network module events (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12197">#12197</a>) :: Tamsil Sajid Amani</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/ab6e4f894d58bc3a0f82577e18a7e5f7d3388ccb"><code>ab6e4f894d</code></a> - [py] improve driver logging (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12103">#12103</a>) :: Titus Fortner</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/265e2f420200ca876e136a84a147c1b18eb6d2e0"><code>265e2f4202</code></a> - [java] Increased the max depth of new session payload (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12205">#12205</a>) :: joerg1985</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/c3b226cebff8caf4fdbc792b87f2de23f42dab3a"><code>c3b226cebf</code></a> - [rust] Use CfT endpoints to discover chromedriver 115+ (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12208">#12208</a>) :: Boni García</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/eb2321327e41224add11362bc3f0b2be65f458cd"><code>eb2321327e</code></a> - [java] Applying again changes from <a href="https://github.com/SeleniumHQ/selenium/commit/5c891ce374dd126b361c23864cee33bf3695053a">https://github.com/SeleniumHQ/selenium/commit/5c891ce374dd126b361c23864cee33bf3695053a</a> :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/bf389143bfa4ea7b5aabd34c56ab11173d5bb550"><code>bf389143bf</code></a> - [rust] Read browser_ttl and driver_ttl from CLI flags :: Boni Garcia</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/7b9cb37648bc92cc0df00a932f98b03943eba684"><code>7b9cb37648</code></a> - [java] Reading m2 user & pass from env vars where available :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/fc58eac32aafc1aa456ce1675d3fc57a39bc2383"><code>fc58eac32a</code></a> - [java] Bumping to 4.11.0-SNAPSHOT :: Diego Molina</li>
<li><a href="http://github.com/seleniumhq/selenium/commit/ad8921b59cf8f693cb5e41b6a7ccaba4cb68d860"><code>ad8921b59c</code></a> - Adding Java to the nightly job :: Diego Molina</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/040bc5406b3535e4087638b4a20b6d0544224639"><code>040bc54</code></a> Bumping versions to 4.11.0</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/0e0a9b0b90499d61b707e5844504a6e7d29004f1"><code>0e0a9b0</code></a> Run the format script. No logical changes</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/5f7793483dca9d87f1937bdb76f298378a727e03"><code>5f77934</code></a> Updating change logs for 4.11.0</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/a6405d4380161775be70c68afab29ae1579d240e"><code>a6405d4</code></a> [java] Showing SM error when the exception is thrown</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/aa68cb13ac87d089a406c4dfcfbbce9cc3028682"><code>aa68cb1</code></a> [java] Making sure browser path is not null</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/e69feee8d319dc45a5c9ba75d611c1376a4b92c0"><code>e69feee</code></a> [py]: Fix checking window handles for current</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/c620c3702c1dc8d97fa71afca5292bff3e2617bb"><code>c620c37</code></a> [java] Use double-checked locking to initialise the Selenium Manager instance</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/f2d842754c70faa23af05df863bb57dac6ef57df"><code>f2d8427</code></a> [java] make external modules static (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12294">#12294</a>)</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/3926580dc23bd6576ed406a54aaee546d8b22372"><code>3926580</code></a> [rust] Return complete safari and safaritp browser path (<a href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12434">#12434</a>)</li>
<li><a href="https://github.com/SeleniumHQ/selenium/commit/c0317a5ed672732a9eaac5608ca5cf79b184b1a8"><code>c0317a5</code></a> [rust] Save discovered browser version (network request) in local metadata (#...</li>
<li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/Selenium/compare/selenium-4.10.0...selenium-4.11.0">compare view</a></li>
</ul>
</details>
<br />

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.


<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 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>

The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Test result changes from PR not available.
Pushed by ctuns@mozilla.com: https://hg.mozilla.org/mozilla-central/rev/3d3c1b987e81 [wpt PR 41261] - Bump selenium from 4.10.0 to 4.11.0 in /tools, a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in before you can comment on or make changes to this bug.