-
-
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
[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 <[email protected]> Co-authored-by: titusfortner <[email protected]>
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 v126
java/src/org/openqa/selenium/devtools/v126/v126Target.java
v126Network.java
Update DevTools Network implementation to v126
java/src/org/openqa/selenium/devtools/v126/v126Network.java
v126Events.java
Update DevTools Events implementation to v126
java/src/org/openqa/selenium/devtools/v126/v126Events.java
v126Domains.java
Update DevTools Domains implementation to v126
java/src/org/openqa/selenium/devtools/v126/v126Domains.java
v126Javascript.java
Update DevTools Javascript implementation to v126
java/src/org/openqa/selenium/devtools/v126/v126Javascript.java
v126Log.java
Update DevTools Log implementation to v126
java/src/org/openqa/selenium/devtools/v126/v126Log.java
v126CdpInfo.java
Update DevTools CDP Info to v126
java/src/org/openqa/selenium/devtools/v126/v126CdpInfo.java
V126Domains.cs
Update .NET DevTools Domains to v126
dotnet/src/webdriver/DevTools/v126/V126Domains.cs
V126Network.cs
Update .NET DevTools Network to v126
dotnet/src/webdriver/DevTools/v126/V126Network.cs
V126JavaScript.cs
Update .NET DevTools JavaScript to v126
dotnet/src/webdriver/DevTools/v126/V126JavaScript.cs
V126Target.cs
Update .NET DevTools Target to v126
dotnet/src/webdriver/DevTools/v126/V126Target.cs
V126Log.cs
Update .NET DevTools Log to v126
dotnet/src/webdriver/DevTools/v126/V126Log.cs
DevToolsDomains.cs
Add support for DevTools v126 in .NET
dotnet/src/webdriver/DevTools/DevToolsDomains.cs
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 DevTools support
dotnet/selenium-dotnet-version.bzl
__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 CDP v126 in Java
java/src/org/openqa/selenium/devtools/versions.bzl
__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 new protocol definition for v126
common/devtools/chromium/v126/js_protocol.pdl
8 files
DevToolsTargetTest.cs
Update DevTools Target Test to v126
dotnet/test/common/DevTools/DevToolsTargetTest.cs
DevToolsConsoleTest.cs
Update DevTools Console Test to v126
dotnet/test/common/DevTools/DevToolsConsoleTest.cs
DevToolsNetworkTest.cs
Update DevTools Network Test to v126
dotnet/test/common/DevTools/DevToolsNetworkTest.cs
DevToolsPerformanceTest.cs
Update DevTools Performance Test to v126
dotnet/test/common/DevTools/DevToolsPerformanceTest.cs
DevToolsProfilerTest.cs
Update DevTools Profiler Test to v126
dotnet/test/common/DevTools/DevToolsProfilerTest.cs
DevToolsSecurityTest.cs
Update DevTools Security Test to v126
dotnet/test/common/DevTools/DevToolsSecurityTest.cs
DevToolsTabsTest.cs
Update DevTools Tabs Test to v126
dotnet/test/common/DevTools/DevToolsTabsTest.cs
DevToolsLogTest.cs
Update DevTools Log Test to v126
dotnet/test/common/DevTools/DevToolsLogTest.cs
5 files
repositories.bzl
Update pinned Firefox versions and URLs
common/repositories.bzl
selenium_manager.bzl
Update Selenium Manager versions and URLs
common/selenium_manager.bzl
Windows.
MODULE.bazel
Update Maven dependencies
MODULE.bazel
package-lock.json
Update package-lock.json for 4.22.0
package-lock.json
package.json
Update package.json for 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
Add new authors to AUTHORS file
AUTHORS
CHANGELOG
Update Java changelog for 4.22.0
java/CHANGELOG
CHANGES
Update Ruby changelog for 4.22.0
rb/CHANGES
CHANGES
Update Python changelog for 4.22.0
py/CHANGES
CHANGES.md
Update JavaScript changelog for 4.22.0
javascript/node/selenium-webdriver/CHANGES.md
CHANGELOG
Update .NET changelog for 4.22.0
dotnet/CHANGELOG
7 files
BUILD.bazel
Add build rules for v126 protocol files
common/devtools/chromium/v126/BUILD.bazel
WebDriver.csproj
Update .NET build command for v126 CDP
dotnet/src/webdriver/WebDriver.csproj
Rakefile
Update Rakefile for Java release targets
Rakefile
BUILD.bazel
Update JavaScript build configuration for 4.22.0
javascript/node/selenium-webdriver/BUILD.bazel
BUILD.bazel
Update Python build configuration for 4.22.0
py/BUILD.bazel
BUILD.bazel
Update build configuration for v126
java/src/org/openqa/selenium/devtools/v126/BUILD.bazel
BUILD.bazel
Update Ruby build configuration for v126
rb/lib/selenium/devtools/BUILD.bazel