Bumps selenium.version from 4.31.0 to 4.32.0.
Updates org.seleniumhq.selenium:selenium-firefox-driver from 4.31.0 to 4.32.0
Sourced from org.seleniumhq.selenium:selenium-firefox-driver's releases.
Selenium 4.32.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript
What's Changed
- [py] Fix test args for --headless and --bidi by
@cgoldbergin SeleniumHQ/selenium#15567- [py] Only skip WebKit tests on Windows by
@cgoldbergin SeleniumHQ/selenium#15470- [dotnet] [bidi] Revisit some core functionality to deserialize without intermediate
JsonElementallocation by@nvborisenkoin SeleniumHQ/selenium#15575- [py] Fix broken test for chromedriver logging by
@cgoldbergin SeleniumHQ/selenium#15579- [py] Fix test for w3c touch pointer properties by
@cgoldbergin SeleniumHQ/selenium#15580- [py] Fix FedCM tests leaking state by
@cgoldbergin SeleniumHQ/selenium#15583- [dotnet] [bidi] Address BiDi's JSON converter AOT warnings by
@RenderMichaelin SeleniumHQ/selenium#15390- [dotnet] [bidi] Added missing GenericLogEntry log entry type in Script module by
@nvborisenkoin SeleniumHQ/selenium#15591- [grid] Ignored options when they are prefixed, safari specif as well by
@diemolin SeleniumHQ/selenium#15574- [py] Remove broken logo from Sphinx generated API docs by
@cgoldbergin SeleniumHQ/selenium#15597- [py] Fix PyTest configuration for WPEWebKit by
@cgoldbergin SeleniumHQ/selenium#15602- [py] Fix failing test for Edge logging by
@cgoldbergin SeleniumHQ/selenium#15605- [rb] Add PrintOptions Implementation for Ruby WebDriver by
@yvsvarmain SeleniumHQ/selenium#15158- [py] BiDi Network implementation of Intercepts and Auth in Python by
@shbenzerin SeleniumHQ/selenium#14592- [py] Use XWayland for internal Python Firefox tests by
@cgoldbergin SeleniumHQ/selenium#15601- [py] Use mock.patch for environment variables in tests by
@cgoldbergin SeleniumHQ/selenium#15607- [ruby] fix lint for print_options.rb by
@Delta456in SeleniumHQ/selenium#15608- [py] Configure readthedocs publishing for Python API docs by
@cgoldbergin SeleniumHQ/selenium#15614- [py] Fix select being able to select options hidden by css rules by
@FFederiin SeleniumHQ/selenium#15135- [py][bidi]: Implement BiDi browser module by
@navin772in SeleniumHQ/selenium#15616- [dotnet] [bidi] Combine network interception to apply rules (breaking change) by
@nvborisenkoin SeleniumHQ/selenium#15603- [dotnet] [bidi] Add strongly-typed
LocalValue.ConvertFromoverloads by@RenderMichaelin SeleniumHQ/selenium#15532- [py] Add missing modules to Python API docs by
@cgoldbergin SeleniumHQ/selenium#15624- [dotnet] [bidi] Do not throw when CallFunction or Evaluate return exceptional result (breaking change) by
@RenderMichaelin SeleniumHQ/selenium#15521- [py] Skip bidi tests on browsers that don't support bidi by
@cgoldbergin SeleniumHQ/selenium#15625- [py] complete
test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alertby@Delta456in SeleniumHQ/selenium#15559- [py] Remove unused xfail on chrome/edge service tests by
@cgoldbergin SeleniumHQ/selenium#15637- [py] Adjust xfail markers for window size/position tests by
@cgoldbergin SeleniumHQ/selenium#15638- [py] Call service.stop() when session can't be started by
@cgoldbergin SeleniumHQ/selenium#15636- [dotnet] [bidi] Reuse memory when receiving websocket messages by
@nvborisenkoin SeleniumHQ/selenium#15640- [py] Remove logging API for non-Chromium browsers by
@cgoldbergin SeleniumHQ/selenium#15641- [py] Raise TypeError when creating webdriver.Remote() without options by
@cgoldbergin SeleniumHQ/selenium#15619- [py] Upgrade dependencies for mypy tox environment by
@cgoldbergin SeleniumHQ/selenium#15642- [py] Fix Remote Firefox tests on Linux/Wayland by
@cgoldbergin SeleniumHQ/selenium#15648- [dotnet] Enhance Selenium Manager platform detection by
@nvborisenkoin SeleniumHQ/selenium#15649- [dotnet] Use namespace file scoped by
@nvborisenkoin SeleniumHQ/selenium#15651
... (truncated)
Commitsd17c8aa[build] Prepare for release of Selenium 4.32.0 (#15690)70e415a[build] allow manually rerunning RBE with cache disabled (#15680)4cacd4a[grid] RemovebrowserNamecapability from stereotype and SlotMatcher when u...bce221b[java] Bump deps from BOMs to latest versions (#15689)adf0c4c[java] If a dep comes from a BOM, omit the version number (#15682)f2d3870[py] Server class to manage (download/run) grid server (#15666)169ce63[py] Remove support for GLOBAL_DEFAULT_TIMEOUT environment variable (#15673)e8331d1[py] Add client_config property and update deprecation messages (#15674)3ff6f9a[rb] Add websocket-port parameter to firefox service (#15458)479d197[rb] handle issue with selenium manager exit status being nil (#15676)- Additional commits viewable in compare view
Updates org.seleniumhq.selenium:selenium-chrome-driver from 4.31.0 to 4.32.0
Sourced from org.seleniumhq.selenium:selenium-chrome-driver's releases.
Selenium 4.32.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript
What's Changed
- [py] Fix test args for --headless and --bidi by
@cgoldbergin SeleniumHQ/selenium#15567- [py] Only skip WebKit tests on Windows by
@cgoldbergin SeleniumHQ/selenium#15470- [dotnet] [bidi] Revisit some core functionality to deserialize without intermediate
JsonElementallocation by@nvborisenkoin SeleniumHQ/selenium#15575- [py] Fix broken test for chromedriver logging by
@cgoldbergin SeleniumHQ/selenium#15579- [py] Fix test for w3c touch pointer properties by
@cgoldbergin SeleniumHQ/selenium#15580- [py] Fix FedCM tests leaking state by
@cgoldbergin SeleniumHQ/selenium#15583- [dotnet] [bidi] Address BiDi's JSON converter AOT warnings by
@RenderMichaelin SeleniumHQ/selenium#15390- [dotnet] [bidi] Added missing GenericLogEntry log entry type in Script module by
@nvborisenkoin SeleniumHQ/selenium#15591- [grid] Ignored options when they are prefixed, safari specif as well by
@diemolin SeleniumHQ/selenium#15574- [py] Remove broken logo from Sphinx generated API docs by
@cgoldbergin SeleniumHQ/selenium#15597- [py] Fix PyTest configuration for WPEWebKit by
@cgoldbergin SeleniumHQ/selenium#15602- [py] Fix failing test for Edge logging by
@cgoldbergin SeleniumHQ/selenium#15605- [rb] Add PrintOptions Implementation for Ruby WebDriver by
@yvsvarmain SeleniumHQ/selenium#15158- [py] BiDi Network implementation of Intercepts and Auth in Python by
@shbenzerin SeleniumHQ/selenium#14592- [py] Use XWayland for internal Python Firefox tests by
@cgoldbergin SeleniumHQ/selenium#15601- [py] Use mock.patch for environment variables in tests by
@cgoldbergin SeleniumHQ/selenium#15607- [ruby] fix lint for print_options.rb by
@Delta456in SeleniumHQ/selenium#15608- [py] Configure readthedocs publishing for Python API docs by
@cgoldbergin SeleniumHQ/selenium#15614- [py] Fix select being able to select options hidden by css rules by
@FFederiin SeleniumHQ/selenium#15135- [py][bidi]: Implement BiDi browser module by
@navin772in SeleniumHQ/selenium#15616- [dotnet] [bidi] Combine network interception to apply rules (breaking change) by
@nvborisenkoin SeleniumHQ/selenium#15603- [dotnet] [bidi] Add strongly-typed
LocalValue.ConvertFromoverloads by@RenderMichaelin SeleniumHQ/selenium#15532- [py] Add missing modules to Python API docs by
@cgoldbergin SeleniumHQ/selenium#15624- [dotnet] [bidi] Do not throw when CallFunction or Evaluate return exceptional result (breaking change) by
@RenderMichaelin SeleniumHQ/selenium#15521- [py] Skip bidi tests on browsers that don't support bidi by
@cgoldbergin SeleniumHQ/selenium#15625- [py] complete
test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alertby@Delta456in SeleniumHQ/selenium#15559- [py] Remove unused xfail on chrome/edge service tests by
@cgoldbergin SeleniumHQ/selenium#15637- [py] Adjust xfail markers for window size/position tests by
@cgoldbergin SeleniumHQ/selenium#15638- [py] Call service.stop() when session can't be started by
@cgoldbergin SeleniumHQ/selenium#15636- [dotnet] [bidi] Reuse memory when receiving websocket messages by
@nvborisenkoin SeleniumHQ/selenium#15640- [py] Remove logging API for non-Chromium browsers by
@cgoldbergin SeleniumHQ/selenium#15641- [py] Raise TypeError when creating webdriver.Remote() without options by
@cgoldbergin SeleniumHQ/selenium#15619- [py] Upgrade dependencies for mypy tox environment by
@cgoldbergin SeleniumHQ/selenium#15642- [py] Fix Remote Firefox tests on Linux/Wayland by
@cgoldbergin SeleniumHQ/selenium#15648- [dotnet] Enhance Selenium Manager platform detection by
@nvborisenkoin SeleniumHQ/selenium#15649- [dotnet] Use namespace file scoped by
@nvborisenkoin SeleniumHQ/selenium#15651
... (truncated)
Commitsd17c8aa[build] Prepare for release of Selenium 4.32.0 (#15690)70e415a[build] allow manually rerunning RBE with cache disabled (#15680)4cacd4a[grid] RemovebrowserNamecapability from stereotype and SlotMatcher when u...bce221b[java] Bump deps from BOMs to latest versions (#15689)adf0c4c[java] If a dep comes from a BOM, omit the version number (#15682)f2d3870[py] Server class to manage (download/run) grid server (#15666)169ce63[py] Remove support for GLOBAL_DEFAULT_TIMEOUT environment variable (#15673)e8331d1[py] Add client_config property and update deprecation messages (#15674)3ff6f9a[rb] Add websocket-port parameter to firefox service (#15458)479d197[rb] handle issue with selenium manager exit status being nil (#15676)- Additional commits viewable in compare view
Updates org.seleniumhq.selenium:selenium-edge-driver from 4.31.0 to 4.32.0
Sourced from org.seleniumhq.selenium:selenium-edge-driver's releases.
Selenium 4.32.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript
What's Changed
- [py] Fix test args for --headless and --bidi by
@cgoldbergin SeleniumHQ/selenium#15567- [py] Only skip WebKit tests on Windows by
@cgoldbergin SeleniumHQ/selenium#15470- [dotnet] [bidi] Revisit some core functionality to deserialize without intermediate
JsonElementallocation by@nvborisenkoin SeleniumHQ/selenium#15575- [py] Fix broken test for chromedriver logging by
@cgoldbergin SeleniumHQ/selenium#15579- [py] Fix test for w3c touch pointer properties by
@cgoldbergin SeleniumHQ/selenium#15580- [py] Fix FedCM tests leaking state by
@cgoldbergin SeleniumHQ/selenium#15583- [dotnet] [bidi] Address BiDi's JSON converter AOT warnings by
@RenderMichaelin SeleniumHQ/selenium#15390- [dotnet] [bidi] Added missing GenericLogEntry log entry type in Script module by
@nvborisenkoin SeleniumHQ/selenium#15591- [grid] Ignored options when they are prefixed, safari specif as well by
@diemolin SeleniumHQ/selenium#15574- [py] Remove broken logo from Sphinx generated API docs by
@cgoldbergin SeleniumHQ/selenium#15597- [py] Fix PyTest configuration for WPEWebKit by
@cgoldbergin SeleniumHQ/selenium#15602- [py] Fix failing test for Edge logging by
@cgoldbergin SeleniumHQ/selenium#15605- [rb] Add PrintOptions Implementation for Ruby WebDriver by
@yvsvarmain SeleniumHQ/selenium#15158- [py] BiDi Network implementation of Intercepts and Auth in Python by
@shbenzerin SeleniumHQ/selenium#14592- [py] Use XWayland for internal Python Firefox tests by
@cgoldbergin SeleniumHQ/selenium#15601- [py] Use mock.patch for environment variables in tests by
@cgoldbergin SeleniumHQ/selenium#15607- [ruby] fix lint for print_options.rb by
@Delta456in SeleniumHQ/selenium#15608- [py] Configure readthedocs publishing for Python API docs by
@cgoldbergin SeleniumHQ/selenium#15614- [py] Fix select being able to select options hidden by css rules by
@FFederiin SeleniumHQ/selenium#15135- [py][bidi]: Implement BiDi browser module by
@navin772in SeleniumHQ/selenium#15616- [dotnet] [bidi] Combine network interception to apply rules (breaking change) by
@nvborisenkoin SeleniumHQ/selenium#15603- [dotnet] [bidi] Add strongly-typed
LocalValue.ConvertFromoverloads by@RenderMichaelin SeleniumHQ/selenium#15532- [py] Add missing modules to Python API docs by
@cgoldbergin SeleniumHQ/selenium#15624- [dotnet] [bidi] Do not throw when CallFunction or Evaluate return exceptional result (breaking change) by
@RenderMichaelin SeleniumHQ/selenium#15521- [py] Skip bidi tests on browsers that don't support bidi by
@cgoldbergin SeleniumHQ/selenium#15625- [py] complete
test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alertby@Delta456in SeleniumHQ/selenium#15559- [py] Remove unused xfail on chrome/edge service tests by
@cgoldbergin SeleniumHQ/selenium#15637- [py] Adjust xfail markers for window size/position tests by
@cgoldbergin SeleniumHQ/selenium#15638- [py] Call service.stop() when session can't be started by
@cgoldbergin SeleniumHQ/selenium#15636- [dotnet] [bidi] Reuse memory when receiving websocket messages by
@nvborisenkoin SeleniumHQ/selenium#15640- [py] Remove logging API for non-Chromium browsers by
@cgoldbergin SeleniumHQ/selenium#15641- [py] Raise TypeError when creating webdriver.Remote() without options by
@cgoldbergin SeleniumHQ/selenium#15619- [py] Upgrade dependencies for mypy tox environment by
@cgoldbergin SeleniumHQ/selenium#15642- [py] Fix Remote Firefox tests on Linux/Wayland by
@cgoldbergin SeleniumHQ/selenium#15648- [dotnet] Enhance Selenium Manager platform detection by
@nvborisenkoin SeleniumHQ/selenium#15649- [dotnet] Use namespace file scoped by
@nvborisenkoin SeleniumHQ/selenium#15651
... (truncated)
Commitsd17c8aa[build] Prepare for release of Selenium 4.32.0 (#15690)70e415a[build] allow manually rerunning RBE with cache disabled (#15680)4cacd4a[grid] RemovebrowserNamecapability from stereotype and SlotMatcher when u...bce221b[java] Bump deps from BOMs to latest versions (#15689)adf0c4c[java] If a dep comes from a BOM, omit the version number (#15682)f2d3870[py] Server class to manage (download/run) grid server (#15666)169ce63[py] Remove support for GLOBAL_DEFAULT_TIMEOUT environment variable (#15673)e8331d1[py] Add client_config property and update deprecation messages (#15674)3ff6f9a[rb] Add websocket-port parameter to firefox service (#15458)479d197[rb] handle issue with selenium manager exit status being nil (#15676)- Additional commits viewable in compare view
Updates org.seleniumhq.selenium:selenium-devtools-v135 from 4.31.0 to 4.32.0
Sourced from org.seleniumhq.selenium:selenium-devtools-v135's releases.
Selenium 4.32.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript
What's Changed
- [py] Fix test args for --headless and --bidi by
@cgoldbergin SeleniumHQ/selenium#15567- [py] Only skip WebKit tests on Windows by
@cgoldbergin SeleniumHQ/selenium#15470- [dotnet] [bidi] Revisit some core functionality to deserialize without intermediate
JsonElementallocation by@nvborisenkoin SeleniumHQ/selenium#15575- [py] Fix broken test for chromedriver logging by
@cgoldbergin SeleniumHQ/selenium#15579- [py] Fix test for w3c touch pointer properties by
@cgoldbergin SeleniumHQ/selenium#15580- [py] Fix FedCM tests leaking state by
@cgoldbergin SeleniumHQ/selenium#15583- [dotnet] [bidi] Address BiDi's JSON converter AOT warnings by
@RenderMichaelin SeleniumHQ/selenium#15390- [dotnet] [bidi] Added missing GenericLogEntry log entry type in Script module by
@nvborisenkoin SeleniumHQ/selenium#15591- [grid] Ignored options when they are prefixed, safari specif as well by
@diemolin SeleniumHQ/selenium#15574- [py] Remove broken logo from Sphinx generated API docs by
@cgoldbergin SeleniumHQ/selenium#15597- [py] Fix PyTest configuration for WPEWebKit by
@cgoldbergin SeleniumHQ/selenium#15602- [py] Fix failing test for Edge logging by
@cgoldbergin SeleniumHQ/selenium#15605- [rb] Add PrintOptions Implementation for Ruby WebDriver by
@yvsvarmain SeleniumHQ/selenium#15158- [py] BiDi Network implementation of Intercepts and Auth in Python by
@shbenzerin SeleniumHQ/selenium#14592- [py] Use XWayland for internal Python Firefox tests by
@cgoldbergin SeleniumHQ/selenium#15601- [py] Use mock.patch for environment variables in tests by
@cgoldbergin SeleniumHQ/selenium#15607- [ruby] fix lint for print_options.rb by
@Delta456in SeleniumHQ/selenium#15608- [py] Configure readthedocs publishing for Python API docs by
@cgoldbergin SeleniumHQ/selenium#15614- [py] Fix select being able to select options hidden by css rules by
@FFederiin SeleniumHQ/selenium#15135- [py][bidi]: Implement BiDi browser module by
@navin772in SeleniumHQ/selenium#15616- [dotnet] [bidi] Combine network interception to apply rules (breaking change) by
@nvborisenkoin SeleniumHQ/selenium#15603- [dotnet] [bidi] Add strongly-typed
LocalValue.ConvertFromoverloads by@RenderMichaelin SeleniumHQ/selenium#15532- [py] Add missing modules to Python API docs by
@cgoldbergin SeleniumHQ/selenium#15624- [dotnet] [bidi] Do not throw when CallFunction or Evaluate return exceptional result (breaking change) by
@RenderMichaelin SeleniumHQ/selenium#15521- [py] Skip bidi tests on browsers that don't support bidi by
@cgoldbergin SeleniumHQ/selenium#15625- [py] complete
test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alertby@Delta456in SeleniumHQ/selenium#15559- [py] Remove unused xfail on chrome/edge service tests by
@cgoldbergin SeleniumHQ/selenium#15637- [py] Adjust xfail markers for window size/position tests by
@cgoldbergin SeleniumHQ/selenium#15638- [py] Call service.stop() when session can't be started by
@cgoldbergin SeleniumHQ/selenium#15636- [dotnet] [bidi] Reuse memory when receiving websocket messages by
@nvborisenkoin SeleniumHQ/selenium#15640- [py] Remove logging API for non-Chromium browsers by
@cgoldbergin SeleniumHQ/selenium#15641- [py] Raise TypeError when creating webdriver.Remote() without options by
@cgoldbergin SeleniumHQ/selenium#15619- [py] Upgrade dependencies for mypy tox environment by
@cgoldbergin SeleniumHQ/selenium#15642- [py] Fix Remote Firefox tests on Linux/Wayland by
@cgoldbergin SeleniumHQ/selenium#15648- [dotnet] Enhance Selenium Manager platform detection by
@nvborisenkoin SeleniumHQ/selenium#15649- [dotnet] Use namespace file scoped by
@nvborisenkoin SeleniumHQ/selenium#15651
... (truncated)
Commitsd17c8aa[build] Prepare for release of Selenium 4.32.0 (#15690)70e415a[build] allow manually rerunning RBE with cache disabled (#15680)4cacd4a[grid] RemovebrowserNamecapability from stereotype and SlotMatcher when u...bce221b[java] Bump deps from BOMs to latest versions (#15689)adf0c4c[java] If a dep comes from a BOM, omit the version number (#15682)f2d3870[py] Server class to manage (download/run) grid server (#15666)169ce63[py] Remove support for GLOBAL_DEFAULT_TIMEOUT environment variable (#15673)e8331d1[py] Add client_config property and update deprecation messages (#15674)3ff6f9a[rb] Add websocket-port parameter to firefox service (#15458)479d197[rb] handle issue with selenium manager exit status being nil (#15676)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)