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

Support renamed Chrome.app on macOS #92

Open
finngaida opened this issue Aug 13, 2022 · 0 comments
Open

Support renamed Chrome.app on macOS #92

finngaida opened this issue Aug 13, 2022 · 0 comments

Comments

@finngaida
Copy link

I got an error when launching helium via driver = start_chrome():

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

After some trial and error I noticed Chrome gets installed into /Applications/Google Chrome.app by default, however I had renamed it to just Chrome.app, presumably breaking the binary lookup functionality of helium.
It was easily fixed by linking Chrome to the expexted path via ln -s /Applications/Chrome.app /Applications/Google\ Chrome.app -however an API access à la driver = start_chrome(binary_path="/Applications/Chome.app") would be preferable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant