[wpt-sync] Sync PR 48919 - Bump selenium from 4.20.0 to 4.26.1 in /tools
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48919 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48919
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump selenium from 4.20.0 to 4.26.1 in /tools
Bumps selenium from 4.20.0 to 4.26.1.
<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.26.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/node/selenium-webdriver/CHANGES.md">JavaScript</a></strong> | <!-- raw HTML omitted --> <strong><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriver</a></strong>
<!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
<ul>
<li>[dotnet] Don't include http headers in internal logs by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14546">SeleniumHQ/selenium#14546</a></li>
<li>[java] increasing of properties scope for better appium compatibility by <a href="https://github.com/iampopovich"><code>@iampopovich</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14183">SeleniumHQ/selenium#14183</a></li>
<li><code>py/test/selenium/webdriver/common/network.py</code>: remove python 2 code by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14502">SeleniumHQ/selenium#14502</a></li>
<li>[py] fixed a bug in <code>bidi/session.py</code> by removing mutable object as default value for function argument. by <a href="https://github.com/sandeepsuryaprasad"><code>@sandeepsuryaprasad</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14286">SeleniumHQ/selenium#14286</a></li>
<li>[dotnet] Fix flaky VerifyRequestPostData test by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14556">SeleniumHQ/selenium#14556</a></li>
<li>[dotnet] Don't write trace log message when waiting until driver service is initialized by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14557">SeleniumHQ/selenium#14557</a></li>
<li>[dotnet] Support GetLog command by Remote Web Driver by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14549">SeleniumHQ/selenium#14549</a></li>
<li>[js] Close BiDi websocket connection by <a href="https://github.com/pujagani"><code>@pujagani</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14507">SeleniumHQ/selenium#14507</a></li>
<li>[dotnet] Add more internal logs around CDP DevTools communication by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14558">SeleniumHQ/selenium#14558</a></li>
<li>[py] remove un-needed print by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14562">SeleniumHQ/selenium#14562</a></li>
<li>[py] Allow driver path to be set using ENV variables by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14528">SeleniumHQ/selenium#14528</a></li>
<li>[py] remove python 2.x support from py test file by <a href="https://github.com/navin772"><code>@navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14504">SeleniumHQ/selenium#14504</a></li>
<li>[py] remove deprecated parameter from EdgeService by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14563">SeleniumHQ/selenium#14563</a></li>
<li>selenium manager: check invalid browser version by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14511">SeleniumHQ/selenium#14511</a></li>
<li>[java]: fix decoding of line endings by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14539">SeleniumHQ/selenium#14539</a></li>
<li>[grid] UI Overview add sort by Platform, Status, ID in oder ASC|DESC by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14571">SeleniumHQ/selenium#14571</a></li>
<li>[dotnet] Json serializer gen context for SM output by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14481">SeleniumHQ/selenium#14481</a></li>
<li>[java] Add PAC proxy url to arguments for Selenium Manager by <a href="https://github.com/pujagani"><code>@pujagani</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14506">SeleniumHQ/selenium#14506</a></li>
<li>[grid]: Capability se:vncEnabled value based on list of vnc-env-var by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14584">SeleniumHQ/selenium#14584</a></li>
<li>[grid]: Add node sessionTimeout to Grid status by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14582">SeleniumHQ/selenium#14582</a></li>
<li>[java] Fix <code>v*Network.java</code> conditions by <a href="https://github.com/mk868"><code>@mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14585">SeleniumHQ/selenium#14585</a></li>
<li>[java] SpotBugs exclude <code>NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</code> by <a href="https://github.com/mk868"><code>@mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14590">SeleniumHQ/selenium#14590</a></li>
<li>[java] Fix SpotBugs findings in <code>ChromiumDriver</code> and <code>PortProber</code> by <a href="https://github.com/mk868"><code>@mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14589">SeleniumHQ/selenium#14589</a></li>
<li>[grid] UI Liveview disconnect noVNC websocket when closing dialog by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14598">SeleniumHQ/selenium#14598</a></li>
<li>[grid] UI Sessions view sort Duration in ascending by default by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14599">SeleniumHQ/selenium#14599</a></li>
<li>[py] Remote connection throws resp status code when data is empty by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14601">SeleniumHQ/selenium#14601</a></li>
<li>[java] SpotBugs exclude <code>NM_CLASS_NAMING_CONVENTION</code> by <a href="https://github.com/mk868"><code>@mk868</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14596">SeleniumHQ/selenium#14596</a></li>
<li>[grid] Fix tests for Grid status endpoint and UI by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14605">SeleniumHQ/selenium#14605</a></li>
<li>[dotnet] Allow setting of PageDimensions and PageMargins in PrintOptions directly by <a href="https://github.com/shbenzer"><code>@shbenzer</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14593">SeleniumHQ/selenium#14593</a></li>
<li>[py] allow logging diagnose in safari driver by <a href="https://github.com/Delta456"><code>@Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14606">SeleniumHQ/selenium#14606</a></li>
<li>tox formatting for python files in <code>format.sh</code> by <a href="https://github.com/navin772"><code>@navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14497">SeleniumHQ/selenium#14497</a></li>
<li>[py] Avoid waiting indefinitely on a frozen chromedriver process by <a href="https://github.com/dbernhard-0x7CD"><code>@dbernhard-0x7CD</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14578">SeleniumHQ/selenium#14578</a></li>
<li>[dotnet] The prebuild scripts is already decommissioned by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14591">SeleniumHQ/selenium#14591</a></li>
<li>[rb] Add RBS type support for BiDi related classes by <a href="https://github.com/aguspe"><code>@aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14611">SeleniumHQ/selenium#14611</a></li>
<li>[grid] UI Overview add more sort options by <a href="https://github.com/VietND96"><code>@VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14625">SeleniumHQ/selenium#14625</a></li>
<li>[🚀 Feature] [py]: Better compatibility with Appium-python by <a href="https://github.com/navin772"><code>@navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14587">SeleniumHQ/selenium#14587</a></li>
<li>Update Ruby BiDi script structs to match spec (as of 2024-07-08) by <a href="https://github.com/Mr0grog"><code>@Mr0grog</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14236">SeleniumHQ/selenium#14236</a></li>
<li>[ci] [dotnet] Enable long path in bazel by <a href="https://github.com/nvborisenko"><code>@nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14634">SeleniumHQ/selenium#14634</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/SeleniumHQ/Selenium/commits">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 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>
Assignee | ||
Updated•6 days ago
|
Description
•