Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
selenium-dotnet-4.31.0.zip | 2025-04-05 | 14.3 MB | |
selenium-dotnet-strongnamed-4.31.0.zip | 2025-04-05 | 14.3 MB | |
selenium-java-4.31.0.zip | 2025-04-05 | 34.9 MB | |
selenium-server-4.31.0.jar | 2025-04-05 | 42.8 MB | |
selenium-server-4.31.0.zip | 2025-04-05 | 103.0 MB | |
README.md | 2025-04-05 | 6.2 kB | |
Selenium 4.31.0 source code.tar.gz | 2025-04-05 | 52.5 MB | |
Selenium 4.31.0 source code.zip | 2025-04-05 | 56.7 MB | |
Totals: 8 Items | 318.3 MB | 59 |
Detailed Changelogs by Component
Java |
Python |
DotNet |
Ruby |
JavaScript
What's Changed
- [py] Fix docstring issues that sphinx complains about by @cgoldberg in https://github.com/SeleniumHQ/selenium/pull/15466
- [java] handle
getNamedCookie
anddeleteNamedCookie
for empty strings by @Delta456 in https://github.com/SeleniumHQ/selenium/pull/15092 - [rb] Fix BiDi tests errors by @aguspe in https://github.com/SeleniumHQ/selenium/pull/15482
- [py] service: only shutdown if process not terminated by @PSandro in https://github.com/SeleniumHQ/selenium/pull/15183
- [dotnet] [bidi] Decouple EvaluateResult in Script module by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15493
- [dotnet] [bidi] Decouple AuthCredentials in Network module by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15491
- [dotnet] [bidi] Decouple WindowProxyProperties in Script module by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15490
- [dotnet] [bidi] Decouple ChannelProperties in Script module by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15489
- [dotnet] [bidi] Decouple ScreenshotOrigin in BrowsingContext module by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15488
- [dotnet] [bidi] Decouple nested types in Locator by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15487
- [bazel] Rename
remote
config torbe
by @shs96c in https://github.com/SeleniumHQ/selenium/pull/15496 - [js] add ErrorCode for
DetachedShadowRootError
by @Delta456 in https://github.com/SeleniumHQ/selenium/pull/15455 - Remove the
wgxpath
library by @shs96c in https://github.com/SeleniumHQ/selenium/pull/15498 - [dotnet] Fix null warnings in
RelativeBy
by sealing the type by @RenderMichael in https://github.com/SeleniumHQ/selenium/pull/15379 - [bidi][java] Add test to add a cookie in a user context by @pujagani in https://github.com/SeleniumHQ/selenium/pull/15312
- [JS] Remove js_dossiar references by @harsha509 in https://github.com/SeleniumHQ/selenium/pull/15508
- chore(CONTRIBUTING.md): update bazel commands for JS by @Delta456 in https://github.com/SeleniumHQ/selenium/pull/15507
- Relocate selenium-webdriver to root directory by @harsha509 in https://github.com/SeleniumHQ/selenium/pull/15509
- [java] Add nullness for AppCacheStatus, Credential, and Either by @mk868 in https://github.com/SeleniumHQ/selenium/pull/15119
- [java] Add nullness for interactions by @mk868 in https://github.com/SeleniumHQ/selenium/pull/15118
- [rb] Allow symbols again to be passed on delete_cookie by @aguspe in https://github.com/SeleniumHQ/selenium/pull/15519
- [dotnet] [bidi] Simplify conversion to
LocalValue
by @RenderMichael in https://github.com/SeleniumHQ/selenium/pull/15441 - [js][bidi]: fix storage module instance checks and add user context cookie test by @navin772 in https://github.com/SeleniumHQ/selenium/pull/15467
- chore(README.md): Update bazel test command for JS by @navin772 in https://github.com/SeleniumHQ/selenium/pull/15520
- Enable rust tests in RBE builds by @shs96c in https://github.com/SeleniumHQ/selenium/pull/15516
- [dotnet] Address lingering AOT warnings by @RenderMichael in https://github.com/SeleniumHQ/selenium/pull/15506
- [dotnet] [bidi] Unignore GetClientWindows test for chromium by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15534
- [dotnet] Unify protected and internal Execute methods by @RenderMichael in https://github.com/SeleniumHQ/selenium/pull/15233
- [py] Remove unused mocker arg in chrome options test by @cgoldberg in https://github.com/SeleniumHQ/selenium/pull/15540
- [dotnet] Simplify
PopupWindowFinder.Invoke
by @RenderMichael in https://github.com/SeleniumHQ/selenium/pull/15549 - [grid] Expose register status via Node status response by @VietND96 in https://github.com/SeleniumHQ/selenium/pull/15448
- [py] Fix driver class name in test fixtures by @cgoldberg in https://github.com/SeleniumHQ/selenium/pull/15550
- [build] update templates and auto-label issues by @titusfortner in https://github.com/SeleniumHQ/selenium/pull/15542
- [JS] Add websocket port option in Firefox ServiceBuilder when '--connect-existing' is not passed by @harsha509 in https://github.com/SeleniumHQ/selenium/pull/15557
- [java] enable safari for CookieImplementationTest by @Delta456 in https://github.com/SeleniumHQ/selenium/pull/15544
- [dotnet] [bidi] Make ContinueWithAuthCommand closer to spec (breaking change) by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15545
- [dotnet] [bidi] Avoid intermediate JsonDocument allocation to determine unordered discriminator by @nvborisenko in https://github.com/SeleniumHQ/selenium/pull/15555
- [build] allow tests tagged exclusive-if-local to run on rbe by @titusfortner in https://github.com/SeleniumHQ/selenium/pull/15483
New Contributors
- @PSandro made their first contribution in https://github.com/SeleniumHQ/selenium/pull/15183
Full Changelog: https://github.com/SeleniumHQ/selenium/compare/selenium-4.30.0...selenium-4.31.0