-
-
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.19.0 #13747
Release 4.19.0 #13747
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 <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]>
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 |
* update Rust version to 0.4.19 * Rust Changelog * [build] Prepare for release of Selenium 4.19.0 (SeleniumHQ#13746) * 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 <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]> --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Selenium CI Bot <[email protected]>
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 implementation
java/src/org/openqa/selenium/devtools/v123/v123Target.java
v123Network.java
Update DevTools v123 Network domain implementation
java/src/org/openqa/selenium/devtools/v123/v123Network.java
v123Events.java
Update DevTools v123 Events domain implementation
java/src/org/openqa/selenium/devtools/v123/v123Events.java
v123Domains.java
Update DevTools v123 Domains implementation
java/src/org/openqa/selenium/devtools/v123/v123Domains.java
v123Javascript.java
Update DevTools v123 Javascript domain implementation
java/src/org/openqa/selenium/devtools/v123/v123Javascript.java
v123Log.java
Update DevTools v123 Log domain implementation
java/src/org/openqa/selenium/devtools/v123/v123Log.java
v123CdpInfo.java
Update DevTools v123 CdpInfo implementation
java/src/org/openqa/selenium/devtools/v123/v123CdpInfo.java
V123Domains.cs
Update .NET DevTools v123 Domains implementation
dotnet/src/webdriver/DevTools/v123/V123Domains.cs
V123Network.cs
Update .NET DevTools v123 Network implementation
dotnet/src/webdriver/DevTools/v123/V123Network.cs
V123JavaScript.cs
Update .NET DevTools v123 JavaScript implementation
dotnet/src/webdriver/DevTools/v123/V123JavaScript.cs
V123Target.cs
Update .NET DevTools v123 Target implementation
dotnet/src/webdriver/DevTools/v123/V123Target.cs
V123Log.cs
Update .NET DevTools v123 Log implementation
dotnet/src/webdriver/DevTools/v123/V123Log.cs
DevToolsDomains.cs
Update supported DevTools versions in .NET
dotnet/src/webdriver/DevTools/DevToolsDomains.cs
version.rb
Update WebDriver version in Ruby bindings
rb/lib/selenium/webdriver/version.rb
selenium-dotnet-version.bzl
Update .NET version
dotnet/selenium-dotnet-version.bzl
__init__.py
Update Python WebDriver version
py/selenium/webdriver/init.py
setup.py
Update setup.py version
py/setup.py
versions.bzl
Update supported DevTools versions in Java
java/src/org/openqa/selenium/devtools/versions.bzl
__init__.py
Update Python Selenium version
py/selenium/init.py
browser_protocol.pdl
Add browser protocol definitions for DevTools v123
common/devtools/chromium/v123/browser_protocol.pdl
v123
js_protocol.pdl
Add JS protocol definitions for DevTools v123
common/devtools/chromium/v123/js_protocol.pdl
8 files
StableChannelChromeDriver.cs
Update browser version in .NET tests
dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs
DevToolsConsoleTest.cs
Update DevTools version in .NET console tests
dotnet/test/common/DevTools/DevToolsConsoleTest.cs
DevToolsLogTest.cs
Update DevTools version in .NET log tests
dotnet/test/common/DevTools/DevToolsLogTest.cs
DevToolsNetworkTest.cs
Update DevTools version in .NET network tests
dotnet/test/common/DevTools/DevToolsNetworkTest.cs
DevToolsPerformanceTest.cs
Update DevTools version in .NET performance tests
dotnet/test/common/DevTools/DevToolsPerformanceTest.cs
DevToolsProfilerTest.cs
Update DevTools version in .NET profiler tests
dotnet/test/common/DevTools/DevToolsProfilerTest.cs
DevToolsSecurityTest.cs
Update DevTools version in .NET security tests
dotnet/test/common/DevTools/DevToolsSecurityTest.cs
DevToolsTargetTest.cs
Update DevTools version in .NET target tests
dotnet/test/common/DevTools/DevToolsTargetTest.cs
3 files
maven_deps.bzl
Update Maven dependencies versions
java/maven_deps.bzl
selenium_manager.bzl
Update selenium manager artifacts
common/selenium_manager.bzl
package-lock.json
Update package-lock.json versions
package-lock.json
8 files
conf.py
Update documentation configuration
py/docs/source/conf.py
AUTHORS
Update AUTHORS file
AUTHORS
CHANGELOG
Update Java changelog for 4.19.0
java/CHANGELOG
CHANGES.md
Update Node.js changelog for 4.19.0
javascript/node/selenium-webdriver/CHANGES.md
CHANGELOG
Update .NET changelog for 4.19.0
dotnet/CHANGELOG
CHANGES
Update Python changelog for 4.19.0
py/CHANGES
CHANGELOG.md
Update Rust changelog for 0.4.19
rust/CHANGELOG.md
CHANGES
Update Ruby changelog for 4.19.0
rb/CHANGES
10 files
BUILD.bazel
Add build rules for DevTools v123
common/devtools/chromium/v123/BUILD.bazel
WebDriver.csproj
Update .NET WebDriver project file for DevTools v123
dotnet/src/webdriver/WebDriver.csproj
Rakefile
Update Rakefile build targets for DevTools v123
Rakefile
BUILD.bazel
Update Python BUILD.bazel version
py/BUILD.bazel
Cargo.toml
Update Rust Cargo.toml version
rust/Cargo.toml
BUILD.bazel
Update Rust BUILD.bazel version
rust/BUILD.bazel
BUILD.bazel
Update BUILD.bazel for DevTools v123 in Java
java/src/org/openqa/selenium/devtools/v123/BUILD.bazel
package.json
Update Node.js package.json version
javascript/node/selenium-webdriver/package.json
BUILD.bazel
Update supported DevTools versions in Ruby
rb/lib/selenium/devtools/BUILD.bazel
BUILD.bazel
Update supported DevTools versions in Node.js
javascript/node/selenium-webdriver/BUILD.bazel