[rust] Fixe Edge version test by bonigarcia ยท Pull Request #16501 ยท SeleniumHQ/selenium
User description
๐ Related Issues
https://github.com/SeleniumHQ/selenium/actions/runs/18769300152/job/53551395345
๐ฅ What does this PR do?
This PR fixes a Edge test in SM, broken due to an unavailable Edge version.
๐ง Implementation Notes
๐ก Additional Considerations
๐ Types of changes
- Bug fix (backwards compatible)
PR Type
Bug fix
Description
-
Replace unavailable Edge version with stable version
-
Fixes broken Edge version test in Selenium Manager
Diagram Walkthrough
flowchart LR
A["Edge version test"] -- "Replace 137.0.3296.93" --> B["Use stable version"]
B -- "Ensures test passes" --> C["CI pipeline succeeds"]
File Walkthrough
| Relevant files | |||
|---|---|---|---|
| Bug fix |
|