[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
nightlylabel to manage Grid SNAPSHOTS, as requested in #13384. For example:Types of changes
Checklist
PR Type
Enhancement, Bug fix
Description
Added support for
nightlylabel 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 Managerrust/src/grid.rs
versions.
lib.rs
Update driver version discovery for nightly Gridrust/src/lib.rs