[build] Prepare for release of Selenium 4.22.0#14163
Conversation
CI Failure Feedback 🧐(Checks updated until commit b45c8b5)
✨ 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 versions and change logs to release Selenium 4.22.0
cfc69a6 to
7e305e0
Compare
7e305e0 to
b45c8b5
Compare
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
* 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.22.0 --------- Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com> Co-authored-by: titusfortner <titus.fortner@gmail.com>
User description
Warning: Manually update the changelogs before merging
This PR:
PR Type
Enhancement, Dependencies
Description
Changes walkthrough 📝
23 files
v126Target.java
Update DevTools Target implementation to v126java/src/org/openqa/selenium/devtools/v126/v126Target.java
v126Network.java
Update DevTools Network implementation to v126java/src/org/openqa/selenium/devtools/v126/v126Network.java
v126Events.java
Update DevTools Events implementation to v126java/src/org/openqa/selenium/devtools/v126/v126Events.java
v126Domains.java
Update DevTools Domains implementation to v126java/src/org/openqa/selenium/devtools/v126/v126Domains.java
v126Javascript.java
Update DevTools Javascript implementation to v126java/src/org/openqa/selenium/devtools/v126/v126Javascript.java
v126Log.java
Update DevTools Log implementation to v126java/src/org/openqa/selenium/devtools/v126/v126Log.java
v126CdpInfo.java
Update DevTools CDP Info to v126java/src/org/openqa/selenium/devtools/v126/v126CdpInfo.java
V126Domains.cs
Update .NET DevTools Domains to v126dotnet/src/webdriver/DevTools/v126/V126Domains.cs
V126Network.cs
Update .NET DevTools Network to v126dotnet/src/webdriver/DevTools/v126/V126Network.cs
V126JavaScript.cs
Update .NET DevTools JavaScript to v126dotnet/src/webdriver/DevTools/v126/V126JavaScript.cs
V126Target.cs
Update .NET DevTools Target to v126dotnet/src/webdriver/DevTools/v126/V126Target.cs
V126Log.cs
Update .NET DevTools Log to v126dotnet/src/webdriver/DevTools/v126/V126Log.cs
DevToolsDomains.cs
Add support for DevTools v126 in .NETdotnet/src/webdriver/DevTools/DevToolsDomains.cs
StableChannelChromeDriver.cs
Update default ChromeDriver version to 126dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs
version.rb
Update Ruby DevTools version to 0.126.0rb/lib/selenium/devtools/version.rb
version.rb
Update Ruby WebDriver version to 4.22.0rb/lib/selenium/webdriver/version.rb
selenium-dotnet-version.bzl
Update .NET Selenium version and DevTools supportdotnet/selenium-dotnet-version.bzl
__init__.py
Update Python WebDriver version to 4.22.0py/selenium/webdriver/init.py
setup.py
Update Python package version to 4.22.0py/setup.py
versions.bzl
Add support for CDP v126 in Javajava/src/org/openqa/selenium/devtools/versions.bzl
__init__.py
Update Python Selenium version to 4.22.0py/selenium/init.py
version.bzl
Update Java Selenium version to 4.22.0java/version.bzl
js_protocol.pdl
Add new protocol definition for v126common/devtools/chromium/v126/js_protocol.pdl
8 files
DevToolsTargetTest.cs
Update DevTools Target Test to v126dotnet/test/common/DevTools/DevToolsTargetTest.cs
DevToolsConsoleTest.cs
Update DevTools Console Test to v126dotnet/test/common/DevTools/DevToolsConsoleTest.cs
DevToolsNetworkTest.cs
Update DevTools Network Test to v126dotnet/test/common/DevTools/DevToolsNetworkTest.cs
DevToolsPerformanceTest.cs
Update DevTools Performance Test to v126dotnet/test/common/DevTools/DevToolsPerformanceTest.cs
DevToolsProfilerTest.cs
Update DevTools Profiler Test to v126dotnet/test/common/DevTools/DevToolsProfilerTest.cs
DevToolsSecurityTest.cs
Update DevTools Security Test to v126dotnet/test/common/DevTools/DevToolsSecurityTest.cs
DevToolsTabsTest.cs
Update DevTools Tabs Test to v126dotnet/test/common/DevTools/DevToolsTabsTest.cs
DevToolsLogTest.cs
Update DevTools Log Test to v126dotnet/test/common/DevTools/DevToolsLogTest.cs
5 files
repositories.bzl
Update pinned Firefox versions and URLscommon/repositories.bzl
selenium_manager.bzl
Update Selenium Manager versions and URLscommon/selenium_manager.bzl
Windows.
MODULE.bazel
Update Maven dependenciesMODULE.bazel
package-lock.json
Update package-lock.json for 4.22.0package-lock.json
package.json
Update package.json for 4.22.0javascript/node/selenium-webdriver/package.json
7 files
conf.py
Update Python documentation version to 4.22.0py/docs/source/conf.py
AUTHORS
Add new authors to AUTHORS fileAUTHORS
CHANGELOG
Update Java changelog for 4.22.0java/CHANGELOG
CHANGES
Update Ruby changelog for 4.22.0rb/CHANGES
CHANGES
Update Python changelog for 4.22.0py/CHANGES
CHANGES.md
Update JavaScript changelog for 4.22.0javascript/node/selenium-webdriver/CHANGES.md
CHANGELOG
Update .NET changelog for 4.22.0dotnet/CHANGELOG
7 files
BUILD.bazel
Add build rules for v126 protocol filescommon/devtools/chromium/v126/BUILD.bazel
WebDriver.csproj
Update .NET build command for v126 CDPdotnet/src/webdriver/WebDriver.csproj
Rakefile
Update Rakefile for Java release targetsRakefile
BUILD.bazel
Update JavaScript build configuration for 4.22.0javascript/node/selenium-webdriver/BUILD.bazel
BUILD.bazel
Update Python build configuration for 4.22.0py/BUILD.bazel
BUILD.bazel
Update build configuration for v126java/src/org/openqa/selenium/devtools/v126/BUILD.bazel
BUILD.bazel
Update Ruby build configuration for v126rb/lib/selenium/devtools/BUILD.bazel