Releases: SeleniumHQ/selenium
Releases · SeleniumHQ/selenium
Nightly
Commits
- a14b659: [rb] Reduce RBS errors to 0 (#14661) (Augustin Gottlieb) #14661
- 328ae61: [dotnet] Allow
RemoteSessionSettings
to use any value for metadata (#14726) (Michael Render) #14726 - 3906742: Update dependency rules_dotnet to v0.16.1 (#14682) (renovate[bot]) #14682
- 1c23e13: [dotnet] Remove JSON serialization from
.ToString()
methods (#14736) (Michael Render) #14736
Selenium 4.26.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
What's Changed
Click to see all the changes included in this release
- [dotnet] Don't include http headers in internal logs by @nvborisenko in #14546
- [java] increasing of properties scope for better appium compatibility by @iampopovich in #14183
py/test/selenium/webdriver/common/network.py
: remove python 2 code by @Delta456 in #14502- [py] fixed a bug in
bidi/session.py
by removing mutable object as default value for function argument. by @sandeepsuryaprasad in #14286 - [dotnet] Fix flaky VerifyRequestPostData test by @nvborisenko in #14556
- [dotnet] Don't write trace log message when waiting until driver service is initialized by @nvborisenko in #14557
- [dotnet] Support GetLog command by Remote Web Driver by @nvborisenko in #14549
- [js] Close BiDi websocket connection by @pujagani in #14507
- [dotnet] Add more internal logs around CDP DevTools communication by @nvborisenko in #14558
- [py] remove un-needed print by @Delta456 in #14562
- [py] Allow driver path to be set using ENV variables by @Delta456 in #14528
- [py] remove python 2.x support from py test file by @navin772 in #14504
- [py] remove deprecated parameter from EdgeService by @Delta456 in #14563
- selenium manager: check invalid browser version by @Delta456 in #14511
- [java]: fix decoding of line endings by @Delta456 in #14539
- [grid] UI Overview add sort by Platform, Status, ID in oder ASC|DESC by @VietND96 in #14571
- [dotnet] Json serializer gen context for SM output by @nvborisenko in #14481
- [java] Add PAC proxy url to arguments for Selenium Manager by @pujagani in #14506
- [grid]: Capability se:vncEnabled value based on list of vnc-env-var by @VietND96 in #14584
- [grid]: Add node sessionTimeout to Grid status by @VietND96 in #14582
- [java] Fix
v*Network.java
conditions by @mk868 in #14585 - [java] SpotBugs exclude
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
by @mk868 in #14590 - [java] Fix SpotBugs findings in
ChromiumDriver
andPortProber
by @mk868 in #14589 - [grid] UI Liveview disconnect noVNC websocket when closing dialog by @VietND96 in #14598
- [grid] UI Sessions view sort Duration in ascending by default by @VietND96 in #14599
- [py] Remote connection throws resp status code when data is empty by @VietND96 in #14601
- [java] SpotBugs exclude
NM_CLASS_NAMING_CONVENTION
by @mk868 in #14596 - [grid] Fix tests for Grid status endpoint and UI by @VietND96 in #14605
- [dotnet] Allow setting of PageDimensions and PageMargins in PrintOptions directly by @shbenzer in #14593
- [py] allow logging diagnose in safari driver by @Delta456 in #14606
- tox formatting for python files in
format.sh
by @navin772 in #14497 - [py] Avoid waiting indefinitely on a frozen chromedriver process by @dbernhard-0x7CD in #14578
- [dotnet] The prebuild scripts is already decommissioned by @nvborisenko in #14591
- [rb] Add RBS type support for BiDi related classes by @aguspe in #14611
- [grid] UI Overview add more sort options by @VietND96 in #14625
- [🚀 Feature] [py]: Better compatibility with Appium-python by @navin772 in #14587
- Update Ruby BiDi script structs to match spec (as of 2024-07-08) by @Mr0grog in #14236
- [ci] [dotnet] Enable long path in bazel by @nvborisenko in #14634
- [grid] Improvement for Node handling by @VietND96 in #14628
- [dotnet] Fix devtools check in
NetworkManager
by @RenderMichael in #14638 - [dotnet] Lazy-load Selenium manager binary location by @RenderMichael in #14639
- [py] implement configurable configuration class for the http client by @titusfortner in #13286
- [rb] Add missing RBS methods by @aguspe in #14621
- [dotnet] [bidi] Second round of BiDi implementation by @nvborisenko in #14566
- [py] webkitgtk: log_path -> log_output by @Delta456 in #14618
- [dotnet] Make classic WebDriver commands/responses AOT compatible by @nvborisenko in #14574
- [py] moved mypy settings from
mypy.ini
topyproject.toml
by @sandeepsuryaprasad in #14253 - [dotnet] Treat SM's logs always as Trace to avoid SM writing at Info level by @nvborisenko in #14667
- [js]: Fix sendKeys command fail on FileDetector.handleFile error. by @garg3133 in #14663
- [py]: set consistent polling across java and python for
WebDriverWait
methods by @navin772 in #14626 - [grid] limit the number of websocket connections per session by @joerg1985 in #14410
- [py] moved
isort
,black
anddocformatter
settings fromtox.ini
file topyproject.toml
by @sandeepsuryaprasad in #14671 - [dotnet] Fixed typo in ResponseData MymeType -> MimeType by @BlitzDestroyer in #14670
- [py] Added more internal logging for CDP by @shbenzer in #14668
- [grid] enable the httpclient to perform async requests #14403 by @joerg1985 in #14409
- [ci][rb] Fix remote tests by @VietND96 in #14679
New Contributors
- @dbernhard-0x7CD made their first contribution in #14578
- @Mr0grog made their first contribution in #14236
- @garg3133 made their first contribution in #14663
- @BlitzDestroyer made their first contribution in #14670
Full Changelog: selenium-4.25.0...selenium-4.26.0
Selenium 4.25.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
What's Changed
Click to see all the changes included in this release
- 030fcf7 - [ci] Using the commit sha and quoting values in workflow (Diego Molina)
- 2d8e47d - [ci] Setting permissions on workflow (Diego Molina)
- aabdb7f - Update mirror info (Fri Sep 20 00:22:17 UTC 2024) (Selenium CI Bot)
- 72f3c94 - [ci] Fixing typo on workflow (Diego Molina)
- f6f3ef3 - [ci] Trying out a different release action (Diego Molina)
- 96976cc - [ci] Removing release notes headers (Diego Molina)
- f08149c - [ci] Continuing if tag already exists (Diego Molina)
- dc05aef - [ci] Fetching all history and trunk (Diego Molina)
- ea4ecca - [ci] Fetching tags after the build has completed. (Diego Molina)
- 54d8355 - [ci] Enabling workflow to be triggered manually (Diego Molina)
- 95717cd - [build] Prepare for release of Selenium 4.25.0 (#14521) (Selenium CI Bot)
- 8181cd6 - Update stage-release.yml (Diego Molina)
- 26db22e - [build] Prepare for release of Selenium 4.25.0 (#14516) (Selenium CI Bot)
- 747c6bf - [ci] Setup curl for Ubuntu on the pre release workflow (Diego Molina)
- 4d7d336 - [ci] Setup curl for Ubuntu on the stage release workflow (Diego Molina)
- 29dbcf1 - [gitpod] Updating Dockerfile for gitpod (Diego Molina)
- 6dd13d7 - [py] fix tests in
correct_event_firing_tests.py
(#14510) (Navin Chandra) - f666c7f - .gitignore: add py/python.iml (#14505) (Swastik Baranwal)
- 1af29ab - [bazel] Bump rules_java to 7.11.1 (Simon Mavi Stewart)
- 8d6af17 - [bazel] Bump the JS rules to latest versions (#14512) (Simon Stewart)
- 0d42674 - [rust] Selenium Manager errors when browser-path is wrong (#13352) (#14381) (Boni García)
- 6459008 - [rust] Reuse driver mirror URL (when available) to discover Firefox versions (#13941) (#14493) (Boni García)
- 2970ad3 - [js][bidi] Fix flaky test for network event (Puja Jagani)
- 375e841 - [java] Escape cookie values when required for tests (#14486) (Swastik Baranwal)
- b8b76bb - [dotnet] [bidi] Consistent naming for main BiDi itself (Nikolay Borisenko)
- b88f688 - [dotnet] [bidi] Rename entry point AsBidirectional to AsBiDirectional (Nikolay Borisenko)
- 7602371 - [rb] Allow driver path to be set using ENV variables (#14287) (Augustin Gottlieb Pequeno)
- 39c38e4 - Fix formatting (Puja Jagani)
- 3e6802e - Update .gitignore (Puja Jagani)
- 1cb7c2a - [js] Updating version to nightly (Puja Jagani)
- b5498a4 - Update version (Puja Jagani)
- 603f4a4 - Update Javascript changelog (Puja Jagani)
- 7c8b46d - [js] Close CDP websocket connection on driver.quit (#14501) (Puja Jagani)
- a7a53fb - [dotnet] [bidi] Expose BiDi associated reference in browsing context (Nikolay Borisenko)
- 35dd34a - [dotnet] [bidi] Simplify browsing context type enumeration (Nikolay Borisenko)
- 3e02303 - [dotnet] [bidi] Simplify browsing context to be just context (Nikolay Borisenko)
- b778ad5 - [dotnet] [bidi] Rename method of screenshot result to ToByteArray (Nikolay Borisenko)
- dd50e28 - [dotnet] Workaround using pre-processor directive (#14499) (Nikolay Borisenko)
- 210012b - [dotnet] [bidi] Hide context from command options in contextual env (Nikolay Borisenko)
- 1a3d451 - [dotnet] Fix formatting files content globally (Nikolay Borisenko)
- e031b8d - [dotnet] [bidi] Enable implicit ways to specify page ranges for printing (Nikolay Borisenko)
- 6c0df70 - [dotnet] [bidi] Get tree from browsing context as root (#14495) (Nikolay Borisenko)
- 6b4c39c - [java] toml: warn about upcoming change enforcing string to have quotes (#14491) (Swastik Baranwal)
- c43386f - [dotnet] Adjust exception message when bidi is not enabled (Nikolay Borisenko)
- 0666cb4 - [dotnet] Forward subscription options in browser context for log module (Nikolay Borisenko)
- 71a0629 - firefox_profile.py: use
with
statement in zipfile as Python 2.x support is dropped (#14489) (Swastik Baranwal) - 33c110e - [bazel] Bump
rules_jvm_external
to 6.3 (#14492) (Simon Stewart) - 05bce9b - fix type errors for
pointer_input.py
,wheel_input.py
andfirefox/options.py
(#14476) (Navin Chandra) - 49f2f76 - fix type errors for
input_device
andfile_detector
(#14459) (Swastik Baranwal) - 6d942fc - [py]: fix lint issue (Sri Harsha)...
Selenium 4.24.0
Selenium 4.23.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
What's Changed
Click to see all the changes included in this release
4df0a231af
- [build] Prepare for release of Selenium 4.23.0 (#14273) :: Selenium CI Bote5422e6a4e
- [bidi][java] Add high-level logging APIs (#14225) :: Puja Jagani8cf9a59153
- [grid] Set session-request-timeout as client readTimeout in RemoteNewSessionQueue (#14272) :: Viet Nguyen Ducf3724e661a
- [java] Consistent UTF-8 Encoding and Code Enhancements (#14218) :: Alex72e3a61001
- [java] custom duration for Actions constructor (#14085) :: Alex10b3305fe5
- Update logo path in readme (#14177) :: Nikolay Borisenkod8830283fb
- [rb] Add backtrace locations and cause to errors (#14170) :: Augustin Gottlieb Pequeno4a17ec391c
- [java] Merge android specific parameters in chrome options (#14217) :: Alex9aa1a7f3ee
- py: fix RelativeBy#near to take 2 parameters (#13082) :: pinterior9d6131f48e
- Remove 'browserName' capability from stereotype when using RelaySession (#14247) :: bhecquet82715b914b
- [dotnet] Quit fails after not successful new session (#14242) :: Indomitable79512380c6
- [bidi][js] Deprecate argument value wrapper class (#14251) :: Puja Jagani12769d6785
- [java] Revert workaround for old netty http client (addendum to #12843) (#14134) :: Oleksandr Kulychok7334bfc473
- [bidi][js] Add high-level script pinning APIs (#14250) :: Puja Jagani0f6884149f
- [bidi][js] Add dom mutation handlers (#14238) :: Puja Jagani785914e555
- [py] Remove precompiled binaries from sdist (#14233) :: James Hilliard6b28a8c03f
- [bidi] Add source type to log entry (#14244) :: Puja Jaganidf75c3a739
- [rb] Update selenium manager types (#14189) :: Augustin Gottlieb Pequenof09642274e
- [dotnet] Return back protected synchronous Execute method in WebDriver :: Nikolay Borisenko425ed87c9e
- [bidi][js] Add methods to add/remove handlers in Script module (#14230) :: Puja Jagani5e8d6a1f93
- [bidi][java] Avoid creating new instances of log entry event :: Puja Jagani06e7b7a4d7
- [bidi][java] Ensure empty values are removed from the call back map :: Puja Jagani5c087471ad
- [bidi] [java] Fix the adding and the removing listener :: Puja Jagani48fd9563cb
- [bidi] [java] Ensure the listeners returns an id (#14215) :: Puja Jagani5494108076
- [py] websocket-client v.1.8.0 was added to setup.py (#14187) :: Alexfe7e7c7434
- [js + bazel]: Run Node browser tests on the RBE (#14194) :: Simon Stewart164bf7944b
- [bidi][java] Remove the method that converts node value to RemoteWebElement :: Puja Jaganie8745c61e3
- [java] Deleting tests referencing deprecated methods in Require.java :: Diego Molina257104ea93
- Bump JS dependencies (#14193) :: Simon Stewartdcd99ce83a
- [java] Removing usages of deprecated methods in Require.java :: Diego Molina2b32dbd572
- [java] RemovingLocateNodeParameters.Builder
, deprecated since 4.20 :: Diego Molina034a582078
- [java] Setting proxy in SM only when it is needed. :: Diego Molinaabdaa7539a
- [js][bidi] Fix the event unsubscribe method. Update modules to have close methods. (#14192) :: Puja Jagani84cc67e7c7
- [rb] Add URLs constant to update error messages (#14174) :: Augustin Gottlieb Pequenofd5f54ebd7
- [rb] Run remote tests on RBE (#13906) :: Alex Rodionov8184982ab0
- [build] add notes for where automated build can be improved for next release :: titusfortner815839a857
- [build] ensure rust version and changelog are properly committed :: titusfortner917b2d4a57
- [build] parse patch version tags to update and PR just applicable languages :: titusfortner826a6bddeb
- [rb] Add FedCM support to the ruby selenium client (#13796) :: Augustin Gottlieb Pequeno0770acd6c0
- [build] Release Staging workflow automatically runs Update Documentation workflow :: titusfortner4ec3e7a9de
- [build] have update-documentation make a PR from the updated branch :: titusfortnerfbd6ff324d
- [build] add temporary code to update documentattion workflow to generate correct api docs :: titusfortner6936f64293
- Updates the py api doc build (#14173) :: Ed Manloveaba09e486d
- [dotnet] Kick off sending of request and log it in parallel :: Nikolay Borisenko4c00c23592
- [dotnet] Log http requests/responses via internal DiagnosticsHttpHandler (#13978) :: Christian Anselcd96b6233d
- [py] disable strict time stamps in Firefox profile (#14168) :...
Selenium 4.22.0
Detailed Changelogs by Component
Java | Python | DotNet | Ruby | JavaScript | IEDriver
What's Changed
Click to see all the changes included in this release
- [dotnet] change source of navigation alias by @titusfortner in #13960
- [rust] Include mixed output (INFO, WARN, DEBUG, etc. to stderr and minimal JSON to stdout) by @bonigarcia in #13414
- Add
selenium-manager
executables to python manifest by @yuzawa-san in #13998 - [java][bidi] Remove non-relevant annotations by @pujagani in #14013
- [java] Add convenience for enabling BiDi by @pujagani in #14029
- 14034: Eliminate assumption of mutable list argument in SeleniumManager.getBinaryPaths() by @sbabcoc in #14036
- 14035: Add 'toJson' method to produce expected serialization by @sbabcoc in #14038
- [js] Trying to fix JS nightly by @diemol in #14048
- Notify nightly failures by @diemol in #14049
- [rb] manage bidi instance on the bridge not the driver by @titusfortner in #14071
- Fix EOFError when calling the Remote WebDriver download_file method by @millin in #14031
- [rb] Expand RBS typing support by replacing untypes with precise typing by @aguspe in #13709
- [rb] Implement High Level Logging API with BiDi by @titusfortner in #14073
- [rb] Add
logger
gem as a runtime dependency by @Earlopain in #14082 - [build] Add Bazel bidi flag by @titusfortner in #14083
- [rb] implement toggle for BiDi and Classic implementations by @titusfortner in #14092
- [dotnet] add asynchronous methods to Navigation class by @titusfortner in #14051
- [py] Add low-level sync API to use DevTools by @p0deje in #13977
- [bidi][js] Add types for user prompt related events by @pujagani in #14097
- [build] update rules_dotnet to 0.15.1 by @titusfortner in #14096
- [rust] Use pure Rust implementation for which command by @bonigarcia in #14114
- [rust] Enable Firefox nightly for linux on arm64 by @bgermann in #14099
- Add preference to enable CDP in Firefox by default by @pujagani in #14091
- [bazel + js]: Get small js tests running on the rbe by @shs96c in #14123
- [bidi][js] Add callback handlers for logging APIs by @pujagani in #14120
- Update bazel and its dependencies by @shs96c in #14129
- Updating Firefox AddOns for Testing by @diemol in #13999
- fixed docs api url in README.md for selenium-webdriver npm package by @3dprogramin in #14138
- [py] Implement High Level Logging API with BiDi by @p0deje in #14107
- [rb] Adds support for the w3c silent option for the ruby library by @aguspe in #14152
- [java][grid]: video file name set independently in dynamic grid via se:videoName by @VietND96 in #14148
- [bidi][js] Add high-level logging API by @pujagani in #14135
- [js] Fix locate nodes BiDi test by @pujagani in #14140
- [py] remove desired capabilities argument for Webkitgtk by @iampopovich in #14128
- [build] create a stage release workflow for after the pre-release PR by @titusfortner in #14122
- EdgeOptions.useWebView to return "this" by @vlad8x8 in #14157
- [java] minor performance improvements and code cleanup by @iampopovich in #14054
New Contributors
- @yuzawa-san made their first contribution in #13998
- @millin made their first contribution in #14031
- @bgermann made their first contribution in #14099
- @3dprogramin made their first contribution in #14138
Full Changelog: selenium-4.21.0...selenium-4.22.0
Selenium 4.21.0
Changelog
For each component's detailed changelog, please check:
Commits in this release
Click to see all the commits included in this release
f034dc5d32
- [rb] Setting nightly version :: Diego Molina480ce7060f
- [dotnet] Setting nightly version :: Diego Molinad9c33f4478
- [js] Setting nightly version :: Diego Molinabe5d67c97b
- [py] Setting nightly version :: Diego Molina0d620d2be4
- [java] Setting snapshot version :: Diego Molina057323db14
- [nightly] Fixing typo :: Diego Molina3e3cf89fb6
- Update mirror info (Thu Apr 25 00:16:21 UTC 2024) :: Selenium CI Bot6ded247bd3
- [js] Fixing wrongly updated package-lock.json :: Diego Molina8723d04809
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13841) :: Selenium CI Botdbd9ff3eed
- Update mirror info (Fri Apr 26 00:15:49 UTC 2024) :: Selenium CI Botcf5393b050
- [rb] Return and deprecate DriverFinder.path :: Alex Rodionov7ca4f5e4d8
- [ci] Don't run on macOS ARM :: Alex Rodionov3296fdf449
- [rb] Release 4.20.1 :: Alex Rodionovf2b68137f6
- [rb] Update version for nightly :: Alex Rodionov6ece8d7aee
- Ensure rules_proto comes from the module file (#13879) :: Simon Stewart7f25fd1e61
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13878) :: Selenium CI Botffb03bde4d
- [bidi][java] Add methods to allow all parameters for script callFunction and evaluate method (#13873) :: Puja Jagani9c8133a8bf
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13886) :: Selenium CI Bot2f7ac69252
- [java] Setting a connection timeout for the WS connection :: Diego Molina9de36e29dd
- Bumprules_jvm_external
to 6.1 (#13890) :: Simon Stewartd5ff4315f5
- Bump to Bazel 7.1.1 (#13891) :: Simon Stewartac93fab589
- Add MODULE.bazel.lock to the gitignore file until it is stable between platforms :: Simon Stewart1bcc79f8a8
- [bazel + js] Allowbazel build //javascript/...
to work (#13893) :: Simon Stewartef96a7b184
- [bazel] Update rules_jvm_external to 6.1 :: Alex Rodionov8688ad2d0d
- [rb] Fix Chromium tests on Windows :: Alex Rodionovb456e6089d
- [rb] Use Bazel JDK in remote tests :: Alex Rodionov020521aa5c
- [rb] Safari window minimize tests are passing :: Alex Rodionov7fc9a12d28
- [rb] Allow focusing tests w/o extra args :: Alex Rodionovf54ba8ba00
- [rb] Fix syntax error in BUILD file :: Alex Rodionov8d94b342a3
- [rb] Use no-sandbox on non-Windows :: Alex Rodionov1e0cde199c
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13895) :: Selenium CI Bot5d4cfc1e1e
- [java] Improving error message for BiDi connection :: Diego Molina86fd063330
- [py] removed unused logger object fromfirefox/webdriver.py
(#13892) :: Sandeep Suryaprasada0a3914845
- [java] Improving logging to understand why "Value must be set" is raised. :: Diego Molinac114dbd530
- [js] Ensure 'selectVisibleByText' method is same as other languages (#13899) :: Puja Jaganiad53a19918
- Revert "[bazel] Update rules_jvm_external to 6.1" :: Alex Rodionov17d927b596
- [bazel] Only use credential helper for RBE :: Alex Rodionov5fe3362dfc
- [grid] flatten combined routes to improve routing (#13856) :: Jörg Sautter970557de27
- [Java] Java language level aids (#13834) :: Alexfe2edbdeba
- [grid][java]: apply protocol version in relay session factory (#13880) :: Viet Nguyen Duc7b83fc135b
- [java][sm] Configure Selenium Manager environment from System Properties (#13858) :: Oleksandr Kulychok8e3e26e0a2
- [java][grid]: Set test name to video file name in dynamic grid (#13907) :: Viet Nguyen Duc72562d8d88
- [grid][java]: session-timeout set connection timeout in RemoteNode (#13854) :: Viet Nguyen Duc4b415384ea
- [java] type casting and numeric improvements (#13909) :: Alex5cd4bd2477
- [cdp][java] Allow filters to recover from failed requests in NetworkInterceptor (#13847) :: Joe Bandenburg0345a23beb
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13903) :: Selenium CI Bot2062410a53
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13916) :: Selenium CI Bot67ba0054e3
- [js] Ensure parity in the locators used by methods (#13902) :: Puja Jagani768cb3d700
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13924) :: Selenium CI Bot978a2d6afe
- [java] allow a DevTools listener to determinate the order of handler calls (#13921) :: Jörg Sautter94f7247cb7
- Bump jinja2 from 3.1.3 to 3.1.4 in /py/docs (#13911) :: dependabot[bot]17ba2aa3f9
- [java] removed an unused testing dependency :: Jörg Sautter- [
2aa0f5a651
](http://github.com/seleniumhq/selenium/commit...
Selenium 4.20.0
Changelog
For each component's detailed changelog, please check:
Commits in this release
Click to see all the commits included in this release
a12c3b56a9
- [build] Moving versions to nightly :: Diego Molina4fec60d2b8
- [rb] Update Gemfile.lock :: Alex Rodionov96cf53a454
- [rb] Fix document generation :: Alex Rodionov507970233b
- [build] Bumping actions versions :: Diego Molina63e815627f
- Update mirror info (Thu Mar 28 00:15:30 UTC 2024) :: Selenium CI Botb7d831db8c
- [bidi][js] Update the capture screenshot APIs to include all parameters and remove scroll parameter (#13744) :: Puja Jagani0b29138fa7
- [rust] Bump to rules_rust 0.41.0 (Rust 1.77.0) :: Boni Garcíacc7f3402f8
- Update mirror info (Fri Mar 29 00:15:26 UTC 2024) :: Selenium CI Botacd9d0e77d
- [bidi] [java] Fix the bazel file after the BiDi breaking change :: Puja Jaganiabe0ee07dc
- [java] Updating change log and bumping version :: Puja Jagani3ef121c0b2
- Update mirror info (Fri Mar 29 12:14:17 UTC 2024) :: Selenium CI Bot6cda692993
- [grid] synchronize read from field written by other thread :: Jörg Sautter9c6ccdbf40
- Update mirror info (Sat Mar 30 00:14:35 UTC 2024) :: Selenium CI Bot1f88231e2b
- [js] Fix linting (#13753) :: Puja Jagania2aa09f143
- Bumping to SNAPSHOT for Nightly :: Diego Molinaec7c11fae8
- Update mirror info (Mon Apr 1 12:08:01 UTC 2024) :: Selenium CI Bote90e4a5001
- [rb] Return JRuby dependencies :: Alex Rodionovef3d9e870e
- [rb][java][dotnet][py] Skipping Edge tests due to https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743 :: Diego Molinaa169d905b4
- [JS][bidi] Impelments functionality to retrieve all top-level browsing contexts :: Sri Harshaa663d280de
- [js] Running format script :: Diego Molina37565afc72
- [dotnet] Simplify definition of building test web server for unit tests :: Nikolay Borisenko911b312090
- [js] Add JS comments for BiDi related files (#13763) :: Puja Jagani309b3e802f
- [bidi][java] Deprecate using builder for Locate Node parameters. (#13767) :: Puja Jaganibaf6116541
- [bidi][java] Update Locator class to not use optional :: Puja Jaganicca70e3eb4
- [JS] lint fixes :: Sri Harsha68ad9845aa
- [grid] do not create unused HttpResponse instances :: Jörg Sautteraaa7e791a4
- [bidi][java] Enable chrome tests (#13770) :: Puja Jaganib49ae752c9
- [JS] Set browserName by default when browserOptions are used :: Sri Harsha111941bd3c
- [JS] Implement fullPageScreenshot functionality for Firefox (#13301) :: Sri Harsha38829c7c63
- [bidi][java] Enable grid BiDi chrome test (#13778) :: Puja Jagani12ed6cc2d9
- [dotnet] use correct devtools session id after reinitialization (#13768) :: schrufygroovy44eba5952f
- [js] Running format script :: Diego Molina8c8adec916
- [grid] handle baseRoute like the hubRoute and the graphqlRoute (#13772) :: Jörg Sautter392ffbc08d
- [JS] Remove duplicate license agreement from files :: Sri Harshab800dfcde2
- [java] [bidi] Enable test that pass in chrome :: Puja Jaganidc62d248fb
- [bidi][java] Enable Edge BiDi tests (#13780) :: Puja Jagania3d4d144d9
- [bidi][js] Enable add intercept parameters test :: Puja Jagani97950ef9ad
- [py] Skipping Edge tests due to https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743 :: Diego Molinab9fddae69c
- [java] Enabling Edge tests for BiDi :: Diego Molinab867008a66
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13750) :: Selenium CI Bot2b59996257
- Add type hints for selenium.webdriver.remote.webdriver.WebDriver.init (#13775) :: Adam Dangoor9f8e0b8497
- Add types to set_window_position parameters (#13786) :: Adam Dangoord142ce0cd5
- [bidi][js] Enable tests for Edge and Chrome (#13790) :: Puja Jagani33c6b7841a
- Fixing atom to capitalize text (#13792) :: Diego Molinaa0210e3a7c
- [bidi][js] Fix log inspector test :: Puja Jaganiad92541cf1
- [grid][java] fix node-docker (#13789) :: Viet Nguyen Duc16796dba18
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13798) :: Selenium CI Bot8001566c18
- Bump idna from 3.4 to 3.7 in /py (#13808) :: dependabot[bot]9ab4f75173
- [rust] Minor typo-fix in warninig trace :: Boni García3cf0669b94
- [rust] Use DEBUG level for WARN traces in offline mode (#13810) :: Boni García61f507f386
- [rust] Update rules_rust and crate dependencies to latest stable versions :: Boni García6d7e7da3c1
- [grid][java] browser containers provisioned in dynamic grid can get hostconfig from node-docker (#13804) :: Viet Nguyen Duc- [
8d77159463
](http://github.com/seleniumhq/selenium/commit/8d771594633e18...
Selenium 4.19.0
Changelog
For each component's detailed changelog, please check:
Commits in this release
Click to see all the commits included in this release
28d582c18b
- Fix the location of the html files for redirect testing :: Puja Jaganif4cd087106
- [build] Reusing fix in Rakefile to release python :: Diego Molina428422b56d
- [build] Updating GitPod config :: Diego Molinaec12c65b34
- [build] Target needs build not run :: Diego Molinab3af4a6d44
- [build] Fixing dockerfile for gitpod :: Diego Molina77dd7250fc
- CDP 122 (#13603) :: Diego Molina7ce5ca80f6
- Bumping versions to 4.18.1 :: Diego Molinab1d3319b48
- Update supported versions for Chrome DevTools :: Diego Molinac6bd0964f3
- [build] Fixing API docs update :: Diego Molina989b0ca679
- [build] Bumping versions for Nightly :: Diego Molinaf99f01a049
- Update mirror info (Tue Feb 20 12:06:06 UTC 2024) :: Selenium CI Bot78029c4597
- Update mirror info (Wed Feb 21 00:15:11 UTC 2024) :: Selenium CI Bot93c780439f
- Bump cryptography from 41.0.4 to 42.0.4 in /py (#13615) :: dependabot[bot]ddaa4aaed1
- [java] use daemon threads in JdkHttpClient #13601 :: Jörg Sauttercc93539c6c
- [dotnet] Notice about breaking changes at compilation level for desired capabilities :: Nikolay Borisenko24188440cb
- [rb] Run all unit tests in RBE :: Alex Rodionovda62a402d0
- [dotnet] CorrectChromiumDriverService.AllowedIPAddresses
property name (#13626) :: Yevgeniy Shunevychdb517766c1
- [java] use a static class for ProxySelector #13622 :: Jörg Sautteraefde123a3
- [rb] Update YARD to address GHSA-8mq4-9jjh-9xrc :: Alex Rodionovd65e38e34f
- [rb] Fix documentation generator :: Alex Rodionov5bc8952c3b
- [java] improve memory allocation of an idle relay node #13643 :: Jörg Sautterc0711e2d0b
- Add devcontainer.json to ease local dev environment setup (#13638) :: Trig1cfe9917c7
- [java] close the httpclient after checking the service status #13643 :: Jörg Sautterb9a95a32a2
- [dotnet] Fixed parsing of the year in ConsoleApiCalledEventArgs cdp event args :: Nikolay Borisenko832a31e192
- [Build] Update rules_python to 0.31.0 :: David Burnsffedae32bb
- Run prettifier over the selenium-webdriver node code :: Simon Stewart3c051755e3
- Fix JS linting errors :: Simon Stewart8f7c7a4b3c
- [ci] automatically close issues marked awaiting answer (#13668) :: Titus Fortnerd266777517
- [ci] Update setup-bazel action :: Alex Rodionovd073e594b5
- [py] Fix how version numbers are handled :: Simon Stewart738415711c
- Remove some printf debugging :: Simon Stewart739f5ec672
- [build] Tweaking how nightly build version in Python works :: Diego Molinaffed982e95
- [build] Installing twine to push to TestPyPi :: Diego Molina420f074858
- [bidi][java] Add storage module (#13675) :: Puja Jagania66db94fdf
- [rb] Avoid overescaping browser path :: Alex Rodionoveae850739a
- [rb] Support running Ruby tests in RBE for Chrome :: Alex Rodionovad17dd21b7
- [bazel] Update rules_java :: Alex Rodionov77521ccf0d
- [bidi] [java] [js] Add browser module (#13677) :: Puja Jagani9fa8a62ce9
- [js] Fix linting :: Puja Jaganieddd906be0
- [java] Remove circular dependency when using RemoteWebElement in BiDi classes (#13463) :: Puja Jagani83083c6359
- [JS]: Update npm deps to latest :: Sri Harshacce0385627
- [bidi] [js] Add storage module (#13684) :: Puja Jaganib5ded12227
- [java] EnablingcanListenToFetchError
for Firefox :: Diego Molina2b8fa0c1e3
- [bidi][js] Add fail request command :: Puja Jagania3811c4818
- [rust] Bump Selenium Manager version to 0.4.19-nightly :: Boni García8ab92eb9c9
- [rust] Bump dependencies to latest versions :: Boni García8909a53e69
- [rust] Change browser version in test :: Boni Garcíafccae20dd2
- [rust] Revert serde to previous version :: Boni Garcíaa1a546357e
- [rust] Revert clap to previous version :: Boni García552a2aa4bd
- [rust] Revert lock files :: Boni García12fac085d1
- [rust] Revert dependencies :: Boni García2f0a93d10b
- [rust] Bump dependencies versions except clap :: Boni García4c0ac3d932
- [dotnet] Add dispose on constructor failure to ensure driver closes (#13673) :: MASACR99c77e2165e9
- [bazel] Update pinned browser :: Alex Rodionovbd540f2c3e
- [rb] Generate per-browser test targets :: Alex Rodionov...
Selenium 4.18.0
Changelog
For each component's detailed changelog, please check:
Commits in this release
Click to see all the commits included in this release
5404e6d523
- updating versions to nightly :: Titus Fortner7bec7b419d
- [build] fixes to automated release tasks :: Titus Fortner7112e476d6
- [build] fix chmod value for geenrated dotnet files :: Titus Fortner72436c43b6
- [build] fix release note formatting :: Titus Fortnerf9ff9b3c08
- [java] Recommitting self-signed certificate should not require certificate file :: Puja Jagani1e2b8d6323
- [js] Fix running the casting related methods in chromium (#13479) :: Puja Jagani91e7572bf7
- Fix typo in setup.py (#13487) :: EwaMarek6334c2fa22
- Update mirror info (Tue Jan 23 12:06:42 UTC 2024) :: Selenium CI Bot9a044b8310
- [py] Bumping to 4.17.1 and updating CHANGES :: Diego Molinae2b595b486
- [py] Correct typing_extension dependency for wheel generation :: David Burnsd9ff42059e
- [py] Bumping to 4.17.2 and updating CHANGES :: Diego Molina5440d2b173
- [build] rust version needs to be changed before running the Selenium Manager task not after :: Titus Fortnerd74db8a131
- [build] create selenium-release target for python :: Titus Fortnerdd02fbf9c1
- [build] need to include twine in requirements to use it in target :: Titus Fortnerc5fb5a551a
- [build] fix short version in python docs :: Titus Fortnerc618cac603
- [build] create workflow to PR changes to browser versions (#13466) :: Titus Fortner4f9d290ca7
- [js] Enabling virtual authenticator tests for Firefox :: Diego Molina83838605d1
- Update mirror info (Wed Jan 24 00:19:31 UTC 2024) :: Selenium CI Botfa658f499a
- [bidi] Add browsing context destroyed event :: Puja Jaganife77555cd2
- [bidi][js] Add test for basic auth network event :: Puja Jaganica9c0c1237
- [bidi] [js] Add realm destroyed event :: Puja Jaganib5259d8a4b
- [java] Add missing support events for Web Driver Listener (#13210) :: Oscar Devora17d0491b6f
- Update mirror info (Thu Jan 25 00:16:17 UTC 2024) :: Selenium CI Bot569e64be17
- [bidi][java] Add network intercept commands :: Puja Jagania9a0aa4c0b
- [bidi][java] Add command "continuewithAuth" :: Puja Jagani6ad24d3731
- [bidi][java] Add failRequest command :: Puja Jagani1f01bfe3fb
- [build] add git gem to gemspec as a development dependency :: Titus Fortnereb38753337
- [build] add more information to bazel errors in tasks :: Titus Fortner319e4d7119
- [build] make sure task arguments are Arrays :: Titus Fortnerad4fb54ea3
- [build] fix git code in rake tasks :: Titus Fortnere93719e41b
- [build] add toggle to build ruby webdriver or devtools gems independently :: Titus Fortnerb1af5d6495
- [build] update version in package-lock for node :: Titus Fortner339a837444
- [build] update tasks for release preparation :: Titus Fortnerc2ea3b2c2d
- [build] do not update copyright information as part of release preparation :: Titus Fortner168c9f5417
- [rb] make suggested updates from rubocop :: Titus Fortner4ffaab1e22
- [rb] fix bad rubocop autocorrection :: Titus Fortnerfb062a5a67
- [java] use the W3C state to detect errors :: Jörg Sautter7c1b450a25
- [rb] fix another bad rubocop autocorrection :: Titus Fortnereba101db0e
- [rb] update rubocop and revert incorrect changes :: Titus Fortner65c4abdd84
- [ci] update pinned browser PR to ensure all tests are run :: Titus Fortnere7bd6c4b59
- [ci] upgrade upload and download actions to v4 (#13516) :: Titus Fortnerfea3262dad
- Automated Browser Version Update (#13517) :: Selenium CI Bot036b61371a
- [ci] Create pre-release workflow (#13513) :: Titus Fortner81865828a2
- [build] move copyright from rake task to a bazel target (#13512) :: Titus Fortnercea0a3c7ac
- Fixed typo in CHANGELOG :: Luke Hille7fb98b4d9
- [dotnet] update parameter name to allowedIpAddresses and make whitelistedIpAddresses obsolete :: Titus Fortner4dc45f7d84
- [dotnet] remove download url parameter from driver service constructor :: Titus Fortnerb383138f78
- [dotnet] mark UseVerboseLogging obsolete for Edge service in favor of EnableVerboseLogging :: Titus Fortner6dc4d5758c
- [dotnet] explicitly support passing the full path to driver in Service constructor :: Titus Fortner57540d17ae
- Automated Browser Version Update (#13523) :: Selenium CI Bot249e291e64
- [dotnet][rb][java][js][py] Automated Browser Version Update (#13537) :: Selenium CI Bot5c214ba4cf
- [dotnet] Fix protocol cdp version for remote webdriver (#13507) :: Nikolay Borisenko- [
878e18657f
](http://github.com/seleniumhq/selenium/commit/878e18657f69d6b246ebf15...