Conversation
* Update supported versions for Chrome DevTools * Update selenium manager version * Update Maven Dependencies * Update authors file * FIX CHANGELOGS BEFORE MERGING! Update versions and change logs to release Selenium 4.19.0 * [build] Adapting changelogs * [py] Setting python version to 4.19.0 * Making format script happy --------- Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com> Co-authored-by: Diego Molina <diemol@gmail.com> Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
|
PR Description updated to latest commit (cd10a9a)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## trunk #13747 +/- ##
=======================================
Coverage 58.63% 58.63%
=======================================
Files 86 86
Lines 5272 5272
Branches 218 218
=======================================
Hits 3091 3091
Misses 1963 1963
Partials 218 218 ☔ View full report in Codecov by Sentry. |
CI Failure Feedback(Checks updated until commit 11cd967)
✨ 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 |
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
Type
enhancement, bug_fix
Description
Changes walkthrough
21 files
v123Target.java
Update DevTools v123 Target domain implementationjava/src/org/openqa/selenium/devtools/v123/v123Target.java
v123Network.java
Update DevTools v123 Network domain implementationjava/src/org/openqa/selenium/devtools/v123/v123Network.java
v123Events.java
Update DevTools v123 Events domain implementationjava/src/org/openqa/selenium/devtools/v123/v123Events.java
v123Domains.java
Update DevTools v123 Domains implementationjava/src/org/openqa/selenium/devtools/v123/v123Domains.java
v123Javascript.java
Update DevTools v123 Javascript domain implementationjava/src/org/openqa/selenium/devtools/v123/v123Javascript.java
v123Log.java
Update DevTools v123 Log domain implementationjava/src/org/openqa/selenium/devtools/v123/v123Log.java
v123CdpInfo.java
Update DevTools v123 CdpInfo implementationjava/src/org/openqa/selenium/devtools/v123/v123CdpInfo.java
V123Domains.cs
Update .NET DevTools v123 Domains implementationdotnet/src/webdriver/DevTools/v123/V123Domains.cs
V123Network.cs
Update .NET DevTools v123 Network implementationdotnet/src/webdriver/DevTools/v123/V123Network.cs
V123JavaScript.cs
Update .NET DevTools v123 JavaScript implementationdotnet/src/webdriver/DevTools/v123/V123JavaScript.cs
V123Target.cs
Update .NET DevTools v123 Target implementationdotnet/src/webdriver/DevTools/v123/V123Target.cs
V123Log.cs
Update .NET DevTools v123 Log implementationdotnet/src/webdriver/DevTools/v123/V123Log.cs
DevToolsDomains.cs
Update supported DevTools versions in .NETdotnet/src/webdriver/DevTools/DevToolsDomains.cs
version.rb
Update WebDriver version in Ruby bindingsrb/lib/selenium/webdriver/version.rb
selenium-dotnet-version.bzl
Update .NET versiondotnet/selenium-dotnet-version.bzl
__init__.py
Update Python WebDriver versionpy/selenium/webdriver/init.py
setup.py
Update setup.py versionpy/setup.py
versions.bzl
Update supported DevTools versions in Javajava/src/org/openqa/selenium/devtools/versions.bzl
__init__.py
Update Python Selenium versionpy/selenium/init.py
browser_protocol.pdl
Add browser protocol definitions for DevTools v123common/devtools/chromium/v123/browser_protocol.pdl
v123
js_protocol.pdl
Add JS protocol definitions for DevTools v123common/devtools/chromium/v123/js_protocol.pdl
8 files
StableChannelChromeDriver.cs
Update browser version in .NET testsdotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs
DevToolsConsoleTest.cs
Update DevTools version in .NET console testsdotnet/test/common/DevTools/DevToolsConsoleTest.cs
DevToolsLogTest.cs
Update DevTools version in .NET log testsdotnet/test/common/DevTools/DevToolsLogTest.cs
DevToolsNetworkTest.cs
Update DevTools version in .NET network testsdotnet/test/common/DevTools/DevToolsNetworkTest.cs
DevToolsPerformanceTest.cs
Update DevTools version in .NET performance testsdotnet/test/common/DevTools/DevToolsPerformanceTest.cs
DevToolsProfilerTest.cs
Update DevTools version in .NET profiler testsdotnet/test/common/DevTools/DevToolsProfilerTest.cs
DevToolsSecurityTest.cs
Update DevTools version in .NET security testsdotnet/test/common/DevTools/DevToolsSecurityTest.cs
DevToolsTargetTest.cs
Update DevTools version in .NET target testsdotnet/test/common/DevTools/DevToolsTargetTest.cs
3 files
maven_deps.bzl
Update Maven dependencies versionsjava/maven_deps.bzl
selenium_manager.bzl
Update selenium manager artifactscommon/selenium_manager.bzl
package-lock.json
Update package-lock.json versionspackage-lock.json
8 files
conf.py
Update documentation configurationpy/docs/source/conf.py
AUTHORS
Update AUTHORS fileAUTHORS
CHANGELOG
Update Java changelog for 4.19.0java/CHANGELOG
CHANGES.md
Update Node.js changelog for 4.19.0javascript/node/selenium-webdriver/CHANGES.md
CHANGELOG
Update .NET changelog for 4.19.0dotnet/CHANGELOG
CHANGES
Update Python changelog for 4.19.0py/CHANGES
CHANGELOG.md
Update Rust changelog for 0.4.19rust/CHANGELOG.md
CHANGES
Update Ruby changelog for 4.19.0rb/CHANGES
10 files
BUILD.bazel
Add build rules for DevTools v123common/devtools/chromium/v123/BUILD.bazel
WebDriver.csproj
Update .NET WebDriver project file for DevTools v123dotnet/src/webdriver/WebDriver.csproj
Rakefile
Update Rakefile build targets for DevTools v123Rakefile
BUILD.bazel
Update Python BUILD.bazel versionpy/BUILD.bazel
Cargo.toml
Update Rust Cargo.toml versionrust/Cargo.toml
BUILD.bazel
Update Rust BUILD.bazel versionrust/BUILD.bazel
BUILD.bazel
Update BUILD.bazel for DevTools v123 in Javajava/src/org/openqa/selenium/devtools/v123/BUILD.bazel
package.json
Update Node.js package.json versionjavascript/node/selenium-webdriver/package.json
BUILD.bazel
Update supported DevTools versions in Rubyrb/lib/selenium/devtools/BUILD.bazel
BUILD.bazel
Update supported DevTools versions in Node.jsjavascript/node/selenium-webdriver/BUILD.bazel