[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 <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>
* 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
Warning: Manually update the changelogs before merging
This PR:
PR Type
enhancement, bug_fix
Description
ownershipparameter from JavaScript BiDi browsing context methods.Changes walkthrough 📝
13 files
v125Target.java
Update Java DevTools v125 Target Classesjava/src/org/openqa/selenium/devtools/v125/v125Target.java
classes.
v125Network.java
Update Java DevTools v125 Network Classesjava/src/org/openqa/selenium/devtools/v125/v125Network.java
classes.
v125Events.java
Update Java DevTools v125 Event Handling Classesjava/src/org/openqa/selenium/devtools/v125/v125Events.java
classes.
v125Domains.java
Refactor Java DevTools v125 Domain Classesjava/src/org/openqa/selenium/devtools/v125/v125Domains.java
classes.
v125Javascript.java
Update Java DevTools v125 JavaScript Execution Classesjava/src/org/openqa/selenium/devtools/v125/v125Javascript.java
classes.
v125Log.java
Update Java DevTools v125 Log Classesjava/src/org/openqa/selenium/devtools/v125/v125Log.java
v125CdpInfo.java
Update Java DevTools v125 CDP Information Classjava/src/org/openqa/selenium/devtools/v125/v125CdpInfo.java
V125Domains.cs
Update .NET WebDriver DevTools v125 Domain Classesdotnet/src/webdriver/DevTools/v125/V125Domains.cs
V125Network.cs
Update .NET WebDriver DevTools v125 Network Classesdotnet/src/webdriver/DevTools/v125/V125Network.cs
classes.
V125JavaScript.cs
Update .NET WebDriver DevTools v125 JavaScript Classesdotnet/src/webdriver/DevTools/v125/V125JavaScript.cs
classes.
V125Target.cs
Update .NET WebDriver DevTools v125 Target Classesdotnet/src/webdriver/DevTools/v125/V125Target.cs
classes.
V125Log.cs
Update .NET WebDriver DevTools v125 Log Classesdotnet/src/webdriver/DevTools/v125/V125Log.cs
classes.
browsingContext.js
Remove Ownership Parameter from BrowsingContext Methodsjavascript/node/selenium-webdriver/bidi/browsingContext.js
ownershipparameter fromlocateNodesandlocateNodemethods due to updates in BiDi spec.