[rust] Include support for browser path in Selenium Manager (#11351)#11496
[rust] Include support for browser path in Selenium Manager (#11351)#11496bonigarcia merged 3 commits intotrunkfrom
Conversation
|
This is having issues parsing spaces on Mac: Ideally should be able to support it with backslash escapes and no quotes as well: |
|
When the path has spaces in Unix/Linux, it should be escaped using the |
Codecov ReportBase: 54.55% // Head: 54.55% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## trunk #11496 +/- ##
=======================================
Coverage 54.55% 54.55%
=======================================
Files 85 85
Lines 5629 5629
Branches 243 243
=======================================
Hits 3071 3071
Misses 2315 2315
Partials 243 243 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
This PR adds the option
--browser-pathin Selenium Manager, which allows to specify the browser path for browser version detection. For instance:Motivation and Context
This PR implements #11351.
Types of changes
Checklist