WebDriverException: 'geckodriver' executable needs to be in PATH even though it is
Trying to get firefox to run using selenium in spyder. My current code is from selenium import webdriver import os os.environ["PATH"] += ":/usr/local/bin/geckodriver" browser = webdriver.Firefox() and I still get this error: runfile('/Users/mherl/Dropbox/AnacondaProjects/MWS/MWSSpyder/test.py', wdir='/Users/mherl/Dropbox/AnacondaProjects/MWS/MWSSpyder') Traceback (most recent call last): File "<ipython-input-1-3f3f96ccf515>", line 1, in <module> runfile('/Users/mherl/Dropbox/AnacondaProjects/MWS/MWSSpyder/test.py', wdir='/Users/mherl/Dropbox/AnacondaProjects/MWS/MWSSpyder') File "/Applications