-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.21.0 #13948
Release 4.21.0 #13948
Conversation
* Update pinned browser versions * Update supported versions for Chrome DevTools * Update selenium manager version * Update authors file * FIX CHANGELOGS BEFORE MERGING! Update versions and change logs to release Selenium 4.21.0 * [create-pull-request] automated change * [js] Running format script * [java] Enabling some Chrome tests work with BiDi * [dotnet] Using CDP 124 in the meantime * [dotnet] Excluding Edge until CDP 125 is available for it * [java] Enabling bidi tests for Chrome * [rb] Enabling bidi tests * [bidi] Remove root ownership parameter due to update in BiDi spec * Updating changelogs --------- Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@gmail.com> Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
PR Description updated to latest commit (59a6366)
|
PR Review 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit 4a6d623)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
[skip ci]
* update Rust version to 0.4.21 * Rust Changelog * [build] Prepare for release of Selenium 4.21.0 (SeleniumHQ#13945) * Update pinned browser versions * Update supported versions for Chrome DevTools * Update selenium manager version * Update authors file Update versions and change logs to release Selenium 4.21.0 * [create-pull-request] automated change * [js] Running format script * [java] Enabling some Chrome tests work with BiDi * [dotnet] Using CDP 124 in the meantime * [dotnet] Excluding Edge until CDP 125 is available for it * [java] Enabling bidi tests for Chrome * [rb] Enabling bidi tests * [bidi] Remove root ownership parameter due to update in BiDi spec * Updating changelogs --------- Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@gmail.com> Co-authored-by: Puja Jagani <puja.jagani93@gmail.com> * Updating changelogs [skip ci] --------- Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com> Co-authored-by: Selenium CI Bot <diemol+selenium-ci@gmail.com> Co-authored-by: Puja Jagani <puja.jagani93@gmail.com>
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, bug_fix
Description
ownership
parameter from Node.js BrowsingContext methods.Changes walkthrough 📝
14 files
v125Target.java
Update Java DevTools v125Target for Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125Target.java
v125Network.java
Refactor Java DevTools v125Network for Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125Network.java
v125Events.java
Update Java DevTools v125Events for new event handling in Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125Events.java
v125Domains.java
Refactor Java DevTools v125Domains for Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125Domains.java
v125Javascript.java
Update Java DevTools v125Javascript for Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125Javascript.java
v125Log.java
Update Java DevTools v125Log for Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125Log.java
v125CdpInfo.java
Update Java DevTools v125CdpInfo for Chrome 125
java/src/org/openqa/selenium/devtools/v125/v125CdpInfo.java
V125Domains.cs
Update .NET WebDriver DevTools V125Domains for Chrome 125
dotnet/src/webdriver/DevTools/v125/V125Domains.cs
V125Network.cs
Update .NET WebDriver DevTools V125Network for Chrome 125
dotnet/src/webdriver/DevTools/v125/V125Network.cs
V125JavaScript.cs
Update .NET WebDriver DevTools V125JavaScript for Chrome 125
dotnet/src/webdriver/DevTools/v125/V125JavaScript.cs
V125JavaScript
V125Target.cs
Update .NET WebDriver DevTools V125Target for Chrome 125
dotnet/src/webdriver/DevTools/v125/V125Target.cs
V125Log.cs
Update .NET WebDriver DevTools V125Log for Chrome 125
dotnet/src/webdriver/DevTools/v125/V125Log.cs
browsingContext.js
Remove ownership parameter from BrowsingContext methods in Node.js
javascript/node/selenium-webdriver/bidi/browsingContext.js
ownership
parameter fromlocateNodes
andlocateNode
methods
js_protocol.pdl
Add new protocol definitions for Chrome DevTools v125
common/devtools/chromium/v125/js_protocol.pdl
1 files
CHANGELOG
Update Java CHANGELOG for version 4.21.0
java/CHANGELOG