-
-
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
Release 4.22 Updates #1765
Release 4.22 Updates #1765
Conversation
PR Reviewer Guide 🔍
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit 02b3af6)
✨ 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 |
Description
Status
Still need to:
update translationsput the low-level examples in Java and JS backFeedback Needed
Everything under here: https://deploy-preview-1765--selenium-dev.netlify.app/documentation/webdriver/bidi/
Including all this: https://deploy-preview-1765--selenium-dev.netlify.app/documentation/webdriver/bidi/cdp/
Motivation and Context
Selenium 4.22!
PR Type
enhancement
Description
Changes walkthrough 📝
SeleniumDocs.csproj
Update .NET Selenium package versions to 4.22.0
examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
Selenium.Support
package version to 4.22.0Selenium.WebDriver
package version to 4.22.0pom.xml
Update Java Selenium version to 4.22.0
examples/java/pom.xml
selenium.version
property to 4.22.0package-lock.json
Update JavaScript Selenium package version in package-lock.json to
4.22.0
examples/javascript/package-lock.json
selenium-webdriver
package version to 4.22.0package.json
Update JavaScript Selenium package version in package.json to 4.22.0
examples/javascript/package.json
selenium-webdriver
package version to 4.22.0pom.xml
Update Kotlin Selenium version to 4.22.0
examples/kotlin/pom.xml
selenium.version
property to 4.22.0requirements.txt
Update Python Selenium package version to 4.22.0
examples/python/requirements.txt
selenium
package version to 4.22.0Gemfile
Update Ruby Selenium gem version to 4.22.0
examples/ruby/Gemfile
selenium-webdriver
gem version to 4.22.0