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

Geckodriver not found on OSX #58

Open
Thecentury opened this issue May 17, 2020 · 1 comment
Open

Geckodriver not found on OSX #58

Thecentury opened this issue May 17, 2020 · 1 comment

Comments

@Thecentury
Copy link

As I discovered, it should be present in the PATH and then Selenium becomes able to find it.
The easiest way to do so is to install in via homebrew:

brew install geckodriver

And then it is necessary to replace in the script all lines that create a driver from driver = webdriver.Firefox(executable_path=geckopath) to driver = webdriver.Firefox().

@KevinLage
Copy link
Owner

I wont support OSX it only works on windows and linux

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

2 participants