Skip to content

Commit

Permalink
Bump selenium from 4.26.1 to 4.27.0 (#4036)
Browse files Browse the repository at this point in the history
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.26.1 to
4.27.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.27.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>[ci] Fix pinned browsers fetch different msedgedriver version per OS
by <a href="https://github.com/VietND96"><code>@​VietND96</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14683">SeleniumHQ/selenium#14683</a></li>
<li>[py] DeprecationWarning raised in default webdriver init by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14690">SeleniumHQ/selenium#14690</a></li>
<li>[py] Remote connection use timeout from ClientConfig by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14692">SeleniumHQ/selenium#14692</a></li>
<li>[py] Add backward compatibility for AppiumConnection by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14696">SeleniumHQ/selenium#14696</a></li>
<li>[dotnet] [bidi] Reveal browsing context module in bidi instance by
<a href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14684">SeleniumHQ/selenium#14684</a></li>
<li>[dotnet] Fix adding cookies when ReturnedCookie class is used by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14697">SeleniumHQ/selenium#14697</a></li>
<li>[rb] Update minimum Ruby to 3.1 by <a
href="https://github.com/p0deje"><code>@​p0deje</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14685">SeleniumHQ/selenium#14685</a></li>
<li>[dotnet] Added Deprecation to WebElement.GetAttribute() per <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13334">#13334</a>
by <a href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14676">SeleniumHQ/selenium#14676</a></li>
<li>[py] Fix TypeError when init Safari webdriver by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14699">SeleniumHQ/selenium#14699</a></li>
<li>[py] Fixed Flaky Upload Tests by <a
href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14706">SeleniumHQ/selenium#14706</a></li>
<li>[py] Fixed Flaky Bidi Test by <a
href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14701">SeleniumHQ/selenium#14701</a></li>
<li>[py] Added Deprecation of WebElement.get_attribute() per <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13334">#13334</a>
by <a href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14675">SeleniumHQ/selenium#14675</a></li>
<li>[py] refactor HtmlOnlyHandler in webserver.py to support JSON
content by <a
href="https://github.com/navin772"><code>@​navin772</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14705">SeleniumHQ/selenium#14705</a></li>
<li>[py] add safari service tests by <a
href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14700">SeleniumHQ/selenium#14700</a></li>
<li>[java] use common annotations in BiDi tests by <a
href="https://github.com/joerg1985"><code>@​joerg1985</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14702">SeleniumHQ/selenium#14702</a></li>
<li>[java]: mark WebElement.getAttribute deprecated by <a
href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14666">SeleniumHQ/selenium#14666</a></li>
<li>[java] stream api usage enhancement by <a
href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14707">SeleniumHQ/selenium#14707</a></li>
<li>[java] remove toml parser warning by <a
href="https://github.com/Delta456"><code>@​Delta456</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14711">SeleniumHQ/selenium#14711</a></li>
<li>[dotnet] Fix API docs static generation by <a
href="https://github.com/nvborisenko"><code>@​nvborisenko</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14651">SeleniumHQ/selenium#14651</a></li>
<li>[dotnet] Gracefully handle clashing device names by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14713">SeleniumHQ/selenium#14713</a></li>
<li>[dotnet] Add ChromiumNetworkConditions to command serialization by
<a href="https://github.com/pnatashap"><code>@​pnatashap</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14716">SeleniumHQ/selenium#14716</a></li>
<li>[java] start the secure server only when needed in unit tests by <a
href="https://github.com/joerg1985"><code>@​joerg1985</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14717">SeleniumHQ/selenium#14717</a></li>
<li>[java] deleted the deprecated FormEncodedData by <a
href="https://github.com/joerg1985"><code>@​joerg1985</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14688">SeleniumHQ/selenium#14688</a></li>
<li>Copyright dotnet by <a
href="https://github.com/titusfortner"><code>@​titusfortner</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/13522">SeleniumHQ/selenium#13522</a></li>
<li>Cleaned up Py doc sphinx warnings/errors and added README by <a
href="https://github.com/emanlove"><code>@​emanlove</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14191">SeleniumHQ/selenium#14191</a></li>
<li>Throw Error When Using Unsupported Linux ARM by <a
href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14616">SeleniumHQ/selenium#14616</a></li>
<li>[java] case insensitive header names in http requests by <a
href="https://github.com/iampopovich"><code>@​iampopovich</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14095">SeleniumHQ/selenium#14095</a></li>
<li>[java] feat: Add method to select options containing the provided
text by <a
href="https://github.com/syber911911"><code>@​syber911911</code></a> in
<a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14426">SeleniumHQ/selenium#14426</a></li>
<li>[ci][py] Update runners and tests by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14729">SeleniumHQ/selenium#14729</a></li>
<li>[py] Updated Handling for DetachedShadowRoot Exception by <a
href="https://github.com/shbenzer"><code>@​shbenzer</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14677">SeleniumHQ/selenium#14677</a></li>
<li>[dotnet] Add reflection-based JSON serialization fallback to
<code>Command</code>s by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14732">SeleniumHQ/selenium#14732</a></li>
<li>[dotnet] Make Selenium Manager's AOT safety explicit by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14733">SeleniumHQ/selenium#14733</a></li>
<li>[py] moved <code>MANIFEST.in</code> contents to
<code>pyproject.toml</code> by <a
href="https://github.com/sandeepsuryaprasad"><code>@​sandeepsuryaprasad</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14680">SeleniumHQ/selenium#14680</a></li>
<li>[py] Set user_agent and extra_headers via ClientConfig by <a
href="https://github.com/VietND96"><code>@​VietND96</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14718">SeleniumHQ/selenium#14718</a></li>
<li>[rb] Reduce RBS errors to 0 by <a
href="https://github.com/aguspe"><code>@​aguspe</code></a> in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14661">SeleniumHQ/selenium#14661</a></li>
<li>[dotnet] Allow <code>RemoteSessionSettings</code> to use any value
for metadata by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14726">SeleniumHQ/selenium#14726</a></li>
<li>[dotnet] Remove JSON serialization from <code>.ToString()</code>
methods by <a
href="https://github.com/RenderMichael"><code>@​RenderMichael</code></a>
in <a
href="https://redirect.github.com/SeleniumHQ/selenium/pull/14736">SeleniumHQ/selenium#14736</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/selenium-4.27.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=selenium&package-manager=pip&previous-version=4.26.1&new-version=4.27.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 30334dd commit d8fddee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8fddee

Please sign in to comment.