-
-
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
[build] Prepare for release of Selenium 4.21.0 #13945
Conversation
Update versions and change logs to release Selenium 4.21.0
CI Failure Feedback 🧐(Checks updated until commit a44c536)
✨ 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 |
PR Description updated to latest commit (a44c536)
|
PR Review 🔍
|
PR Code Suggestions ✨
|
* update Rust version to 0.4.21 * Rust Changelog * [build] Prepare for release of Selenium 4.21.0 (#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 <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Puja Jagani <[email protected]> * Updating changelogs [skip ci] --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Puja Jagani <[email protected]>
* 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 <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Puja Jagani <[email protected]> * Updating changelogs [skip ci] --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Puja Jagani <[email protected]>
User description
Warning: Manually update the changelogs before merging
This PR:
PR Type
enhancement, bug_fix
Description
ownership
parameter from JavaScript BiDi browsing context methods.Changes walkthrough 📝
13 files
v125Target.java
Update Java DevTools v125 Target Classes
java/src/org/openqa/selenium/devtools/v125/v125Target.java
classes.
v125Network.java
Update Java DevTools v125 Network Classes
java/src/org/openqa/selenium/devtools/v125/v125Network.java
classes.
v125Events.java
Update Java DevTools v125 Event Handling Classes
java/src/org/openqa/selenium/devtools/v125/v125Events.java
classes.
v125Domains.java
Refactor Java DevTools v125 Domain Classes
java/src/org/openqa/selenium/devtools/v125/v125Domains.java
classes.
v125Javascript.java
Update Java DevTools v125 JavaScript Execution Classes
java/src/org/openqa/selenium/devtools/v125/v125Javascript.java
classes.
v125Log.java
Update Java DevTools v125 Log Classes
java/src/org/openqa/selenium/devtools/v125/v125Log.java
v125CdpInfo.java
Update Java DevTools v125 CDP Information Class
java/src/org/openqa/selenium/devtools/v125/v125CdpInfo.java
V125Domains.cs
Update .NET WebDriver DevTools v125 Domain Classes
dotnet/src/webdriver/DevTools/v125/V125Domains.cs
V125Network.cs
Update .NET WebDriver DevTools v125 Network Classes
dotnet/src/webdriver/DevTools/v125/V125Network.cs
classes.
V125JavaScript.cs
Update .NET WebDriver DevTools v125 JavaScript Classes
dotnet/src/webdriver/DevTools/v125/V125JavaScript.cs
classes.
V125Target.cs
Update .NET WebDriver DevTools v125 Target Classes
dotnet/src/webdriver/DevTools/v125/V125Target.cs
classes.
V125Log.cs
Update .NET WebDriver DevTools v125 Log Classes
dotnet/src/webdriver/DevTools/v125/V125Log.cs
classes.
browsingContext.js
Remove Ownership Parameter from BrowsingContext Methods
javascript/node/selenium-webdriver/bidi/browsingContext.js
ownership
parameter fromlocateNodes
andlocateNode
methods due to updates in BiDi spec.