[build] Prepare for release of Selenium 4.26.0#14665
Conversation
Update versions and change logs to release Selenium 4.26.0
CI Failure Feedback 🧐(Checks updated until commit a2ac221)
|
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
276a691 to
0869881
Compare
…4.26.0 Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
0869881 to
7bd1136
Compare
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
a51f5c3 to
a2ac221
Compare
User description
Warning: Manually update the changelogs before merging
This PR:
PR Type
enhancement, configuration changes, documentation, tests, dependencies
Description
PRDescriptionHeader.CHANGES_WALKTHROUGH
15 files
v130Target.java
Update DevTools Target to version 130java/src/org/openqa/selenium/devtools/v130/v130Target.java
v130instead ofv127.v127Targettov130Target.v130model classes.v130Network.java
Update DevTools Network to version 130java/src/org/openqa/selenium/devtools/v130/v130Network.java
v130instead ofv127.v127Networktov130Network.v130network classes.v130Events.java
Update DevTools Events to version 130java/src/org/openqa/selenium/devtools/v130/v130Events.java
v130instead ofv127.v127Eventstov130Events.v130runtime model classes.v130Domains.java
Update DevTools Domains to version 130java/src/org/openqa/selenium/devtools/v130/v130Domains.java
v130instead ofv127.v127Domainstov130Domains.v130domain classes.v130Javascript.java
Update DevTools Javascript to version 130java/src/org/openqa/selenium/devtools/v130/v130Javascript.java
v130instead ofv127.v127Javascripttov130Javascript.v130Log.java
Update DevTools Log to version 130java/src/org/openqa/selenium/devtools/v130/v130Log.java
v130instead ofv127.v127Logtov130Log.v130CdpInfo.java
Update CDP Info to version 130java/src/org/openqa/selenium/devtools/v130/v130CdpInfo.java
v130instead ofv127.v127CdpInfotov130CdpInfo.V130Domains.cs
Update .NET DevTools Domains to version 130dotnet/src/webdriver/DevTools/v130/V130Domains.cs
V130Domains.V130classes.V130Network.cs
Update .NET DevTools Network to version 130dotnet/src/webdriver/DevTools/v130/V130Network.cs
V130Network.V130network and fetchadapters.
V130JavaScript.cs
Update .NET DevTools JavaScript to version 130dotnet/src/webdriver/DevTools/v130/V130JavaScript.cs
V130JavaScript.V130runtime and page adapters.V130Target.cs
Update .NET DevTools Target to version 130dotnet/src/webdriver/DevTools/v130/V130Target.cs
V130Target.V130target adapter.V130Log.cs
Update .NET DevTools Log to version 130dotnet/src/webdriver/DevTools/v130/V130Log.cs
V130Log.V130log adapter.DevToolsDomains.cs
Update supported DevTools versions to include 130dotnet/src/webdriver/DevTools/DevToolsDomains.cs
js_protocol.pdl
Add Chromium DevTools protocol definition for version 130common/devtools/chromium/v130/js_protocol.pdl
browser_protocol.pdl
Update Chromium DevTools protocol with new features.common/devtools/chromium/v130/browser_protocol.pdl
Extensionsdomain.FileSystemand
BluetoothEmulation.8 files
DevToolsTargetTest.cs
Update DevTools Target Test to version 130dotnet/test/common/DevTools/DevToolsTargetTest.cs
CurrentCdpVersiontoV130.DevToolsConsoleTest.cs
Update DevTools Console Test to version 130dotnet/test/common/DevTools/DevToolsConsoleTest.cs
CurrentCdpVersiontoV130.DevToolsLogTest.cs
Update DevTools Log Test to version 130dotnet/test/common/DevTools/DevToolsLogTest.cs
CurrentCdpVersiontoV130.DevToolsNetworkTest.cs
Update DevTools Network Test to version 130dotnet/test/common/DevTools/DevToolsNetworkTest.cs
CurrentCdpVersiontoV130.DevToolsSecurityTest.cs
Update DevTools Security Test to version 130dotnet/test/common/DevTools/DevToolsSecurityTest.cs
CurrentCdpVersiontoV130.DevToolsProfilerTest.cs
Update DevTools Profiler Test to version 130dotnet/test/common/DevTools/DevToolsProfilerTest.cs
CurrentCdpVersiontoV130.DevToolsPerformanceTest.cs
Update DevTools Performance Test to version 130dotnet/test/common/DevTools/DevToolsPerformanceTest.cs
CurrentCdpVersiontoV130.DevToolsTabsTest.cs
Update DevTools Tabs Test to version 130dotnet/test/common/DevTools/DevToolsTabsTest.cs
CurrentCdpVersiontoV130.18 files
StableChannelChromeDriver.cs
Update default ChromeDriver version to 130dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs
version.rb
Update Ruby DevTools version to 0.130.0rb/lib/selenium/devtools/version.rb
version.rb
Update Ruby WebDriver version to 4.26.0rb/lib/selenium/webdriver/version.rb
repositories.bzl
Update browser versions and checksums in configurationcommon/repositories.bzl
selenium_manager.bzl
Update Selenium Manager binaries and checksumscommon/selenium_manager.bzl
__init__.py
Update Python WebDriver version to 4.26.0py/selenium/webdriver/init.py
setup.py
Update Python package version to 4.26.0py/setup.py
selenium-dotnet-version.bzl
Update .NET Selenium version and DevTools supportdotnet/selenium-dotnet-version.bzl
__init__.py
Update Python Selenium version to 4.26.0py/selenium/init.py
versions.bzl
Update Java DevTools supported versions to include v130java/src/org/openqa/selenium/devtools/versions.bzl
version.bzl
Update Java Selenium version to 4.26.0java/version.bzl
Rakefile
Update Java release targets to version 130Rakefile
v130.BUILD.bazel
Update Python build configuration for Selenium 4.26.0py/BUILD.bazel
BUILD.bazel
Add Bazel build rules for protocol generation.common/devtools/chromium/v130/BUILD.bazel
BUILD.bazel
Update build configuration for Selenium WebDriver 4.26.0.javascript/node/selenium-webdriver/BUILD.bazel
package.json
Update package version for Selenium WebDriver.javascript/node/selenium-webdriver/package.json
BUILD.bazel
Update CDP version to 130 in Java build.java/src/org/openqa/selenium/devtools/v130/BUILD.bazel
BUILD.bazel
Update CDP version to 130 in Ruby build.rb/lib/selenium/devtools/BUILD.bazel
8 files
conf.py
Update Python documentation version to 4.26.0py/docs/source/conf.py
CHANGELOG
Add .NET changelog entries for version 4.26.0dotnet/CHANGELOG
CHANGES
Add Python changelog entries for Selenium 4.26.0py/CHANGES
AUTHORS
Add new authors to AUTHORS fileAUTHORS
CHANGELOG
Add Java changelog entries for version 4.26.0java/CHANGELOG
CHANGELOG.md
Add Rust changelog entries for version 0.4.26rust/CHANGELOG.md
CHANGES.md
Update changelog for Selenium WebDriver 4.26.0 release.javascript/node/selenium-webdriver/CHANGES.md
CHANGES
Update Ruby changelog for version 4.26.0.rb/CHANGES
2 files
MODULE.bazel
Update Maven dependencies to latest versionsMODULE.bazel
maven_install.json
Update Maven dependencies to latest versions.java/maven_install.json
jackson,netty,opentelemetry,junit, and others.