-
-
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
Use which()
to get Firefox path on Mac OS
#10818
Use which()
to get Firefox path on Mac OS
#10818
Conversation
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.
referencing a local variable that doesn't exist
The Firefox binary under Mac OS was using a hardcoded path. This was failing when trying to manipulate PATH env var to use firefox from a different location or if Firefox was installed in a different place. Fixes SeleniumHQ#10686
21b70d8
to
890ef3f
Compare
Codecov Report
@@ Coverage Diff @@
## trunk #10818 +/- ##
==========================================
- Coverage 50.46% 50.45% -0.01%
==========================================
Files 84 84
Lines 5477 5480 +3
Branches 278 278
==========================================
+ Hits 2764 2765 +1
- Misses 2435 2437 +2
Partials 278 278
Continue to review full report at Codecov.
|
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.
Thank you, @bogdancondurache!
Fixes #10686
Description
The Firefox binary under Mac OS was using a hardcoded path. This was
failing when trying to manipulate PATH env var to use Firefox from a
different location or if Firefox was installed in a different place.
Types of changes
Checklist