-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
[rust] Selenium Manager support nightly Grid (#13384) #15366
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
266e57d
to
3ff3a1a
Compare
CI Feedback 🧐(Feedback updated until commit 3ff3a1a)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
3ff3a1a
to
ae0f704
Compare
User description
Motivation and Context
This PR allows SM to support the
nightly
label to manage Grid SNAPSHOTS, as requested in #13384. For example:Types of changes
Checklist
PR Type
Enhancement, Bug fix
Description
Added support for
nightly
label in Selenium Manager to manage Grid SNAPSHOTS.Updated logic to handle nightly and non-nightly driver versions.
Enhanced metadata handling for nightly driver versions.
Improved version parsing and validation for Grid releases.
Changes walkthrough 📝
grid.rs
Implement nightly Grid support in Selenium Manager
rust/src/grid.rs
versions.
lib.rs
Update driver version discovery for nightly Grid
rust/src/lib.rs