-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Updating Selenium server to Latest #2571
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
base: trunk
Are you sure you want to change the base?
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
harsha509
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you @hrushikesh1310 !
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
Description
Update Selenium server JAR version from 4.38.0 to 4.40.0
Applies to Python, .NET, and Ruby test configurations
Updates server references across multiple test fixture files
Diagram Walkthrough
File Walkthrough
conftest.py
Update Python test fixtures to 4.40.0examples/python/tests/conftest.py
server_oldfixture to use selenium-server-4.40.0.jarserverfixture to use selenium-server-4.40.0.jargrid_serverfixture to use selenium-server-4.40.0.jarBaseTest.cs
Update .NET BaseTest server versionexamples/dotnet/SeleniumDocs/BaseTest.cs
ServerJarNameconstant from 4.38.0 to 4.40.0remote_webdriver_spec.rb
Update Ruby test server versionexamples/ruby/spec/drivers/remote_webdriver_spec.rb