[build] Prepare for release of Selenium 4.22.0 #62
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 files.V125
toV126
.js_protocol.pdl
file for DevTools v126.4.22.0-nightly202406121348
across various files.Changes walkthrough 📝
22 files
v126Target.java
Update DevTools Target to v126
java/src/org/openqa/selenium/devtools/v126/v126Target.java
v123
tov126
.v123Target
tov126Target
.v126
instead ofv123
.v126Network.java
Update DevTools Network to v126
java/src/org/openqa/selenium/devtools/v126/v126Network.java
v123
tov126
.v123Network
tov126Network
.v126
instead ofv123
.v126Events.java
Update DevTools Events to v126
java/src/org/openqa/selenium/devtools/v126/v126Events.java
v123
tov126
.v123Events
tov126Events
.v126
instead ofv123
.v126Domains.java
Update DevTools Domains to v126
java/src/org/openqa/selenium/devtools/v126/v126Domains.java
v123
tov126
.v123Domains
tov126Domains
.v126
instead ofv123
.v126Javascript.java
Update DevTools Javascript to v126
java/src/org/openqa/selenium/devtools/v126/v126Javascript.java
v123
tov126
.v123Javascript
tov126Javascript
.v126
instead ofv123
.v126Log.java
Update DevTools Log to v126
java/src/org/openqa/selenium/devtools/v126/v126Log.java
v123
tov126
.v123Log
tov126Log
.v126
instead ofv123
.v126CdpInfo.java
Update DevTools CDP Info to v126
java/src/org/openqa/selenium/devtools/v126/v126CdpInfo.java
v123
tov126
.v123CdpInfo
tov126CdpInfo
.V126Domains.cs
Update .NET DevTools Domains to v126
dotnet/src/webdriver/DevTools/v126/V126Domains.cs
V123
toV126
.V123Domains
toV126Domains
.V126Network.cs
Update .NET DevTools Network to v126
dotnet/src/webdriver/DevTools/v126/V126Network.cs
V123
toV126
.V123Network
toV126Network
.V126JavaScript.cs
Update .NET DevTools JavaScript to v126
dotnet/src/webdriver/DevTools/v126/V126JavaScript.cs
V123
toV126
.V123JavaScript
toV126JavaScript
.V126Target.cs
Update .NET DevTools Target to v126
dotnet/src/webdriver/DevTools/v126/V126Target.cs
V123
toV126
.V123Target
toV126Target
.V126Log.cs
Update .NET DevTools Log to v126
dotnet/src/webdriver/DevTools/v126/V126Log.cs
V123
toV126
.V123Log
toV126Log
.DevToolsDomains.cs
Add v126 to Supported DevTools Versions
dotnet/src/webdriver/DevTools/DevToolsDomains.cs
v126
.StableChannelChromeDriver.cs
Update Default Browser Version to 126
dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs
126
.version.rb
Update DevTools Version to 0.126.0
rb/lib/selenium/devtools/version.rb
0.126.0
.versions.bzl
Add v126 to Supported DevTools Versions
java/src/org/openqa/selenium/devtools/versions.bzl
v126
.js_protocol.pdl
Add js_protocol.pdl for DevTools v126
common/devtools/chromium/v126/js_protocol.pdl
js_protocol.pdl
file for DevTools v126.BUILD.bazel
Add Build Rules for DevTools v126
common/devtools/chromium/v126/BUILD.bazel
WebDriver.csproj
Update DevTools Generation Command to Include v126
dotnet/src/webdriver/WebDriver.csproj
v126
.Rakefile
Update Java Release Targets to Include v126
Rakefile
v126
.BUILD.bazel
Update CDP Version to v126
java/src/org/openqa/selenium/devtools/v126/BUILD.bazel
v126
.BUILD.bazel
Add v126 to Supported CDP Versions
rb/lib/selenium/devtools/BUILD.bazel
v126
.8 files
DevToolsTargetTest.cs
Update DevTools Target Test to v126
dotnet/test/common/DevTools/DevToolsTargetTest.cs
V125
toV126
.125
to126
.DevToolsConsoleTest.cs
Update DevTools Console Test to v126
dotnet/test/common/DevTools/DevToolsConsoleTest.cs
V125
toV126
.DevToolsNetworkTest.cs
Update DevTools Network Test to v126
dotnet/test/common/DevTools/DevToolsNetworkTest.cs
V125
toV126
.DevToolsPerformanceTest.cs
Update DevTools Performance Test to v126
dotnet/test/common/DevTools/DevToolsPerformanceTest.cs
V125
toV126
.DevToolsProfilerTest.cs
Update DevTools Profiler Test to v126
dotnet/test/common/DevTools/DevToolsProfilerTest.cs
V125
toV126
.DevToolsSecurityTest.cs
Update DevTools Security Test to v126
dotnet/test/common/DevTools/DevToolsSecurityTest.cs
V125
toV126
.DevToolsTabsTest.cs
Update DevTools Tabs Test to v126
dotnet/test/common/DevTools/DevToolsTabsTest.cs
V125
toV126
.DevToolsLogTest.cs
Update DevTools Log Test to v126
dotnet/test/common/DevTools/DevToolsLogTest.cs
V125
toV126
.11 files
repositories.bzl
Update Pinned Browser Versions and URLs
common/repositories.bzl
selenium_manager.bzl
Update Selenium Manager Versions and URLs
common/selenium_manager.bzl
selenium-dotnet-version.bzl
Update Selenium .NET Version and Supported DevTools Versions
dotnet/selenium-dotnet-version.bzl
4.22.0-nightly202406121348
.v126
.__init__.py
Update Selenium Version to 4.22.0.dev202406121348
py/selenium/webdriver/init.py
4.22.0.dev202406121348
.setup.py
Update Selenium Version to 4.22.0.dev202406121348
py/setup.py
4.22.0.dev202406121348
.__init__.py
Update Selenium Version to 4.22.0.dev202406121348
py/selenium/init.py
4.22.0.dev202406121348
.MODULE.bazel
Update Maven Dependencies
MODULE.bazel
BUILD.bazel
Update Selenium Version and Supported Browser Versions
javascript/node/selenium-webdriver/BUILD.bazel
4.22.0-nightly202406121348
.v126
.BUILD.bazel
Update Selenium Version and Supported Browser Versions
py/BUILD.bazel
4.22.0.dev202406121348
.v126
.package-lock.json
Update Selenium Version to 4.22.0-nightly202406121348
package-lock.json
4.22.0-nightly202406121348
.package.json
Update Selenium Version to 4.22.0-nightly202406121348
javascript/node/selenium-webdriver/package.json
4.22.0-nightly202406121348
.2 files
conf.py
Update Documentation Version to 4.22.0.dev202406121348
py/docs/source/conf.py
4.22.0.dev202406121348
.AUTHORS
Add New Authors to AUTHORS File
AUTHORS