Commit d13c6ca
authored
Bump selenium-webdriver from 4.25.0 to 4.26.0 (#681)
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from
4.25.0 to 4.26.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.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>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.26.0 (2024-10-28)</h1>
<ul>
<li>Add CDP for Chrome 130 and remove 127</li>
<li>Add missing RBS methods (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/14621">#14621</a>)</li>
<li>Update Ruby BiDi script structs to match spec</li>
<li>Add RBS type support for BiDi related classes (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/14611">#14611</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/69f9e5eae1cfcabd794327bef2f81102f213fae6"><code>69f9e5e</code></a>
[build] Prepare for release of Selenium 4.26.0 (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/14665">#14665</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/5be3015ef43f8e81019e7c0d7bec65b840a5a5cc"><code>5be3015</code></a>
[ci][rb] Fix remote tests (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/14679">#14679</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/798f3f966dfcf0c7e1f1c0bce11407e2f702e1d7"><code>798f3f9</code></a>
[rb] Add missing RBS methods (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/14621">#14621</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/c145a83613130fefb5d338b6626b99a646fdfa37"><code>c145a83</code></a>
Update Ruby BiDi script structs to match spec</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/1b647987bafcdf0297edbafa543c84caf5623201"><code>1b64798</code></a>
[rb] Add RBS type support for BiDi related classes (<a
href="https://redirect.github.com/SeleniumHQ/selenium/issues/14611">#14611</a>)</li>
<li><a
href="https://github.com/SeleniumHQ/selenium/commit/45dd8b9b125e2730802fd5d8a5d4b581c9af5c39"><code>45dd8b9</code></a>
[ci] Setting nightly versions</li>
<li>See full diff in <a
href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.25.0...selenium-4.26.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments