We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default, tests set the location of safaridriver to:
safaridriver
"/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver"
This must have made sense at one point, but now we can just find safaridriver on the PATH and don't need this override.
PATH
I shall follow p with a PR
The text was updated successfully, but these errors were encountered:
Look for safaridrver on PATH by default
31ebafe
Closes clj-commons#384
Successfully merging a pull request may close this issue.
By default, tests set the location of
safaridriver
to:This must have made sense at one point, but now we can just find
safaridriver
on thePATH
and don't need this override.I shall follow p with a PR
The text was updated successfully, but these errors were encountered: