For me it was enough just to install geckodriver
in the same environment:
brew install geckodriver
And the code was not changed:
from selenium import webdriverbrowser = webdriver.Firefox()
For me it was enough just to install geckodriver
in the same environment:
brew install geckodriver
And the code was not changed:
from selenium import webdriverbrowser = webdriver.Firefox()