[build] Prepare for release of Selenium 4.22.0 #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Warning: Manually update the changelogs before merging
This PR:
PR Type
enhancement, dependencies, documentation
Description
v123
tov126
across multiple languages (Java, C#, Ruby).Changes walkthrough 📝
30 files
v126Target.java
Update DevTools Target to version 126
java/src/org/openqa/selenium/devtools/v126/v126Target.java
v123
tov126
v123Target
tov126Target
v123
tov126
v126Network.java
Update DevTools Network to version 126
java/src/org/openqa/selenium/devtools/v126/v126Network.java
v123
tov126
v123Network
tov126Network
v123
tov126
v126Events.java
Update DevTools Events to version 126
java/src/org/openqa/selenium/devtools/v126/v126Events.java
v123
tov126
v123Events
tov126Events
v123
tov126
v126Domains.java
Update DevTools Domains to version 126
java/src/org/openqa/selenium/devtools/v126/v126Domains.java
v123
tov126
v123Domains
tov126Domains
v123
tov126
v126Javascript.java
Update DevTools Javascript to version 126
java/src/org/openqa/selenium/devtools/v126/v126Javascript.java
v123
tov126
v123Javascript
tov126Javascript
v123
tov126
v126Log.java
Update DevTools Log to version 126
java/src/org/openqa/selenium/devtools/v126/v126Log.java
v123
tov126
v123Log
tov126Log
v123
tov126
v126CdpInfo.java
Update DevTools CDP Info to version 126
java/src/org/openqa/selenium/devtools/v126/v126CdpInfo.java
v123
tov126
v123CdpInfo
tov126CdpInfo
v126Domains
V126Domains.cs
Update .NET DevTools Domains to version 126
dotnet/src/webdriver/DevTools/v126/V126Domains.cs
V123
toV126
V123Domains
toV126Domains
V126Network.cs
Update .NET DevTools Network to version 126
dotnet/src/webdriver/DevTools/v126/V126Network.cs
V123
toV126
V123Network
toV126Network
V123
toV126
V126JavaScript.cs
Update .NET DevTools JavaScript to version 126
dotnet/src/webdriver/DevTools/v126/V126JavaScript.cs
V123
toV126
V123JavaScript
toV126JavaScript
V123
toV126
V126Target.cs
Update .NET DevTools Target to version 126
dotnet/src/webdriver/DevTools/v126/V126Target.cs
V123
toV126
V123Target
toV126Target
V123
toV126
V126Log.cs
Update .NET DevTools Log to version 126
dotnet/src/webdriver/DevTools/v126/V126Log.cs
V123
toV126
V123Log
toV126Log
V123
toV126
DevToolsDomains.cs
Add support for DevTools version 126 in .NET
dotnet/src/webdriver/DevTools/DevToolsDomains.cs
v126
StableChannelChromeDriver.cs
Update default ChromeDriver version to 126
dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs
version.rb
Update Ruby DevTools version to 0.126.0
rb/lib/selenium/devtools/version.rb
version.rb
Update Ruby WebDriver version to 4.22.0
rb/lib/selenium/webdriver/version.rb
selenium-dotnet-version.bzl
Update .NET Selenium version and supported DevTools versions
dotnet/selenium-dotnet-version.bzl
v126
__init__.py
Update Python WebDriver version to 4.22.0
py/selenium/webdriver/init.py
setup.py
Update Python package version to 4.22.0
py/setup.py
versions.bzl
Add support for DevTools version 126 in Java
java/src/org/openqa/selenium/devtools/versions.bzl
v126
__init__.py
Update Python Selenium version to 4.22.0
py/selenium/init.py
version.bzl
Update Java Selenium version to 4.22.0
java/version.bzl
js_protocol.pdl
Add protocol definitions for DevTools version 126
common/devtools/chromium/v126/js_protocol.pdl
BUILD.bazel
Add build rules for DevTools version 126
common/devtools/chromium/v126/BUILD.bazel
WebDriver.csproj
Update .NET DevTools generation command for version 126
dotnet/src/webdriver/WebDriver.csproj
v126
Rakefile
Update Rakefile release targets for version 126
Rakefile
v126
BUILD.bazel
Update JavaScript build configuration for version 4.22.0
javascript/node/selenium-webdriver/BUILD.bazel
v126
BUILD.bazel
Update Python build configuration for version 4.22.0
py/BUILD.bazel
v126
BUILD.bazel
Update Java DevTools build configuration for version 126
java/src/org/openqa/selenium/devtools/v126/BUILD.bazel
v126
BUILD.bazel
Add support for DevTools version 126 in Ruby
rb/lib/selenium/devtools/BUILD.bazel
v126
8 files
DevToolsTargetTest.cs
Update DevTools Target Test to version 126
dotnet/test/common/DevTools/DevToolsTargetTest.cs
CurrentCdpVersion
toV126
DevToolsConsoleTest.cs
Update DevTools Console Test to version 126
dotnet/test/common/DevTools/DevToolsConsoleTest.cs
CurrentCdpVersion
toV126
DevToolsNetworkTest.cs
Update DevTools Network Test to version 126
dotnet/test/common/DevTools/DevToolsNetworkTest.cs
CurrentCdpVersion
toV126
DevToolsPerformanceTest.cs
Update DevTools Performance Test to version 126
dotnet/test/common/DevTools/DevToolsPerformanceTest.cs
CurrentCdpVersion
toV126
DevToolsProfilerTest.cs
Update DevTools Profiler Test to version 126
dotnet/test/common/DevTools/DevToolsProfilerTest.cs
CurrentCdpVersion
toV126
DevToolsSecurityTest.cs
Update DevTools Security Test to version 126
dotnet/test/common/DevTools/DevToolsSecurityTest.cs
CurrentCdpVersion
toV126
DevToolsTabsTest.cs
Update DevTools Tabs Test to version 126
dotnet/test/common/DevTools/DevToolsTabsTest.cs
CurrentCdpVersion
toV126
DevToolsLogTest.cs
Update DevTools Log Test to version 126
dotnet/test/common/DevTools/DevToolsLogTest.cs
CurrentCdpVersion
toV126
5 files
repositories.bzl
Update browser versions for Firefox and Edge
common/repositories.bzl
selenium_manager.bzl
Update Selenium Manager binaries
common/selenium_manager.bzl
MODULE.bazel
Update Maven dependencies
MODULE.bazel
package-lock.json
Update package-lock.json for version 4.22.0
package-lock.json
package.json
Update package.json for version 4.22.0
javascript/node/selenium-webdriver/package.json
7 files
conf.py
Update Python documentation version to 4.22.0
py/docs/source/conf.py
AUTHORS
Update authors file
AUTHORS
CHANGES
Update Ruby changelog for version 4.22.0
rb/CHANGES
CHANGES.md
Update JavaScript changelog for version 4.22.0
javascript/node/selenium-webdriver/CHANGES.md
CHANGELOG
Update Java changelog for version 4.22.0
java/CHANGELOG
CHANGELOG
Update .NET changelog for version 4.22.0
dotnet/CHANGELOG
CHANGES
Update Python changelog for version 4.22.0
py/CHANGES