Edu-Account-creator icon indicating copy to clipboard operation
Edu-Account-creator copied to clipboard

Geckodriver not found on OSX

Open Thecentury opened this issue 4 years ago • 1 comments

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().

Thecentury avatar May 17 '20 08:05 Thecentury

I wont support OSX it only works on windows and linux

KevinLage avatar May 17 '20 09:05 KevinLage