Skip to content Skip to sidebar Skip to footer

Selenium Using Python In Mac-i Am Getting Following Error

I have set the path in .bashrc as: PATH='/Users/ddd/Downloads/geckodriver:$PATH' export PATH Still I am unable to run simple script can any1 help me... Traceback (most recent call

Solution 1:

Try pasting geckodriver in ‘/usr/local/bin’

Pass the path, driver = webdriver.Firefox(path=‘/usr/local/bin/geckodriver’)

Then open terminal type in geckodriver if you see it start,it should also launch Firefox via Selenium

Post a Comment for "Selenium Using Python In Mac-i Am Getting Following Error"