Bump selenium-webdriver from 4.28.0 to 4.29.1 #1892

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/selenium-webdriver-4.29.1 into main 2025-02-24 23:01:06 +08:00
dependabot[bot] commented 2025-02-24 15:11:55 +08:00 (Migrated from github.com)

Bumps selenium-webdriver from 4.28.0 to 4.29.1.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.29.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.29.1 (2025-02-22)

  • [rb] Fix "no anonymous block parameter" in ruby 3.1 (#15315)

4.29.0 (2025-02-17)

  • Add CDP for Chrome 133 and remove 130
  • [rb] Add Bidi Network Response Handler (#14900)
  • [rb] Remove Firefox CDP (#15200)
  • [rb][BiDi] Add support for provide response command (#15080)
  • [rb][BiDi] Add set cache behaviour (#15114)
Commits

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.28.0 to 4.29.1. <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.29.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>[rb] Remove java date dependency by <a href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15122">SeleniumHQ/selenium#15122</a></li> <li>[Java] Add Locale.ROOT to avoid port formatting issues for all drivers by <a href="https://github.com/MustafaAgamy"><code>@​MustafaAgamy</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15121">SeleniumHQ/selenium#15121</a></li> <li>[rust] Bumping to 0.4.29-nightly by <a href="https://github.com/diemol"><code>@​diemol</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15126">SeleniumHQ/selenium#15126</a></li> <li>[dotnet] Improve format of generated CDP types by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15129">SeleniumHQ/selenium#15129</a></li> <li>[dotnet] [bidi] Add network SetCacheBehavior command by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15133">SeleniumHQ/selenium#15133</a></li> <li>[grid] Grid UI could not open session live view by <a href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15132">SeleniumHQ/selenium#15132</a></li> <li>[java][bidi]: implement bidi <code>setCacheBehavior</code> by <a href="https://github.com/navin772"><code>@​navin772</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15130">SeleniumHQ/selenium#15130</a></li> <li>[java] Enhance PageSize class to support for predefined and custom Paper Sizes by <a href="https://github.com/yvsvarma"><code>@​yvsvarma</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15052">SeleniumHQ/selenium#15052</a></li> <li>[py] Fix installing most of the data from source distributions by <a href="https://github.com/mgorny"><code>@​mgorny</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15128">SeleniumHQ/selenium#15128</a></li> <li>[bazel] Bump deps to avoid warnings when starting the bazel daemon by <a href="https://github.com/shs96c"><code>@​shs96c</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15137">SeleniumHQ/selenium#15137</a></li> <li>[bazel] Bump <code>rules_python</code> to 1.1.0 by <a href="https://github.com/shs96c"><code>@​shs96c</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15139">SeleniumHQ/selenium#15139</a></li> <li>[dotnet] Annotate nullability on devtools event args by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15134">SeleniumHQ/selenium#15134</a></li> <li>[rb] Add Bidi Network Response Handler by <a href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14900">SeleniumHQ/selenium#14900</a></li> <li>[dotnet] Annotate nullability for <code>DriverService</code> and chromium/safari services by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15101">SeleniumHQ/selenium#15101</a></li> <li>[dotnet] Add nullability to <code>Command</code> type by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15147">SeleniumHQ/selenium#15147</a></li> <li>[dotnet] Annotate nullable reference types on input devices by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/14804">SeleniumHQ/selenium#14804</a></li> <li>[dotnet] Annotate nullability on <code>SendingRemoteHttpRequestEventArgs</code> by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15148">SeleniumHQ/selenium#15148</a></li> <li>[dotnet] Address some build warnings by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15157">SeleniumHQ/selenium#15157</a></li> <li>[dotnet] Enhance PrintOptions class to support for predefined and cus… by <a href="https://github.com/yvsvarma"><code>@​yvsvarma</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15144">SeleniumHQ/selenium#15144</a></li> <li>[py] Fix installing most of the data from source distributions by <a href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15145">SeleniumHQ/selenium#15145</a></li> <li>Simplify user description issue template by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15165">SeleniumHQ/selenium#15165</a></li> <li>Beatify readme header by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15109">SeleniumHQ/selenium#15109</a></li> <li>Readme header license by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15164">SeleniumHQ/selenium#15164</a></li> <li>[dotnet] Improve bidi exception when it is not enabled by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15163">SeleniumHQ/selenium#15163</a></li> <li>[dotnet] Annotate nullability on <code>DriverOptions</code> by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15167">SeleniumHQ/selenium#15167</a></li> <li>[py] disable strict time stamps in Firefox profile by <a href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15141">SeleniumHQ/selenium#15141</a></li> <li>[dotnet] Annotate nullability on <code>ChromiumOptions</code> by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15173">SeleniumHQ/selenium#15173</a></li> <li>[dotnet] Annotate nullability on interactions by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15152">SeleniumHQ/selenium#15152</a></li> <li>[dotnet] [bidi] Use JsonSerializerContext to be AOT friendly by <a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15162">SeleniumHQ/selenium#15162</a></li> <li>[java] Ensure purging dead nodes service interval is configurable by <a href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15175">SeleniumHQ/selenium#15175</a></li> <li>[bazel] Bump JS rulesets by <a href="https://github.com/shs96c"><code>@​shs96c</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15187">SeleniumHQ/selenium#15187</a></li> <li>[dotnet] Annotate nullability on chrome-based driver services by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15154">SeleniumHQ/selenium#15154</a></li> <li>[java] Ensure Selenium logging options are respected if java logging … by <a href="https://github.com/pujagani"><code>@​pujagani</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15197">SeleniumHQ/selenium#15197</a></li> <li>[java] do not enable CDP deprecation warning if BiDi enabled by <a href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15170">SeleniumHQ/selenium#15170</a></li> <li>[grid] Add feature to go directly to a VNC session by <a href="https://github.com/emilhem"><code>@​emilhem</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15179">SeleniumHQ/selenium#15179</a></li> <li>[dotnet] Simplify and modernize <code>DevToolsDomains.InitializeDomains</code> by <a href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a> in <a href="https://redirect.github.com/SeleniumHQ/selenium/pull/15198">SeleniumHQ/selenium#15198</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.29.1 (2025-02-22)</h1> <ul> <li>[rb] Fix &quot;no anonymous block parameter&quot; in ruby 3.1 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15315">#15315</a>)</li> </ul> <h1>4.29.0 (2025-02-17)</h1> <ul> <li>Add CDP for Chrome 133 and remove 130</li> <li>[rb] Add Bidi Network Response Handler (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/14900">#14900</a>)</li> <li>[rb] Remove Firefox CDP (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15200">#15200</a>)</li> <li>[rb][BiDi] Add support for provide response command (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15080">#15080</a>)</li> <li>[rb][BiDi] Add set cache behaviour (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/15114">#15114</a>)</li> </ul> </blockquote> </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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=selenium-webdriver&package-manager=bundler&previous-version=4.28.0&new-version=4.29.1)](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.