Skip to content
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

Merged

Commits on Jun 27, 2022

  1. Use which() to get Firefox path on Mac OS

    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
    bogdancondurache committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    890ef3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0465d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    73bcb05 View commit details
    Browse the repository at this point in the history