KevinLage / Edu-Account-creator

301 stars 175 forks source link

Geckodriver not found on OSX #58

Open Thecentury opened 4 years ago

Thecentury commented 4 years ago

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 commented 4 years ago

I wont support OSX it only works on windows and linux