-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unable to start chrome or Firefox driver using etaoin #229
Comments
It looks like Clojure cannot find the binary for Chrome (or Firefox).
|
This isn't really a fair question or issue for the Etaoin project - it's a straight up Chrome / Chromedriver issue. Regardless, the answer is right there in your pasted error - chromedriver can't find the Chrome binary installed in the expected location on your OS. These are the expected locations for each supported OS: Your version of ChromeDriver should also match your version of Chrome as closely as possible. Because you're using homebrew, you can update chromedriver with |
Move the section on driver installation to be next to the part on library installation, to avoid misunderstandings by beginners e.g.(clj-commons#229). Also fixed typo.
Move the section on driver installation to be next to the part on library installation, to avoid misunderstandings by beginners e.g.(#229). Also fixed typo.
As it was already mentioned, in a case the driver cannot discover the browser, you can help it by providing the |
I'm using the etaoin library to test for chrome and firefox. I have both chromedriver and gecko driver installed using brew in macOS.
But when I try using them in the repl, like so:
I get the error:
How do I fix this?
The text was updated successfully, but these errors were encountered: