You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I got an error when launching helium via
driver = start_chrome()
:After some trial and error I noticed Chrome gets installed into
/Applications/Google Chrome.app
by default, however I had renamed it to justChrome.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 à ladriver = start_chrome(binary_path="/Applications/Chome.app")
would be preferable.The text was updated successfully, but these errors were encountered: