-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bump versions to 4.27.0 #2079
Bump versions to 4.27.0 #2079
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
CI Failure Feedback 🧐(Checks updated until commit 17ac523)
✨ 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 |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Viet Nguyen Duc <[email protected]>
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, dependencies
Description
v131
in Python and Java tests.Changes walkthrough 📝
3 files
test_network.py
Update devtools network version in Python test
examples/python/tests/bidi/cdp/test_network.py
v131
ofdevtools.network
.CdpApiTest.java
Update devtools version in Java CdpApiTest
examples/java/src/test/java/dev/selenium/bidi/cdp/CdpApiTest.java
v131
of devtools.NetworkTest.java
Update devtools version in Java NetworkTest
examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java
v131
of devtools.9 files
conftest.py
Bump Selenium server JAR version in Python tests
examples/python/tests/conftest.py
BaseTest.cs
Update Selenium server JAR version in C# BaseTest
examples/dotnet/SeleniumDocs/BaseTest.cs
SeleniumDocs.csproj
Bump Selenium package versions in C# project
examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
pom.xml
Update Selenium version in Java POM
examples/java/pom.xml
package-lock.json
Bump selenium-webdriver version in JavaScript package-lock
examples/javascript/package-lock.json
selenium-webdriver
version to 4.27.0.package.json
Update selenium-webdriver version in JavaScript package
examples/javascript/package.json
selenium-webdriver
version to 4.27.0.pom.xml
Bump Selenium version in Kotlin POM
examples/kotlin/pom.xml
requirements.txt
Update Selenium version in Python requirements
examples/python/requirements.txt
Gemfile
Bump selenium-webdriver gem version in Ruby Gemfile
examples/ruby/Gemfile
selenium-webdriver
gem version to 4.27.0.