Selenium on MAC, Message: 'chromedriver' executable may have wrong permissions

后端 未结 4 1433
庸人自扰
庸人自扰 2020-12-05 21:18

I\'m just trying to do something very basic on my Mac using selenium and I can\'t even open a webpage. I\'m getting an error of :

Traceback (most recent call         


        
4条回答
  •  北海茫月
    2020-12-05 22:19

    This worked! I followed these instructions to update PATH: https://www.kenst.com/2015/03/installing-chromedriver-on-mac-osx/

    I dragged my chromedriver.exe from Finder into Terminal (/etc/paths), and then copied the address in Terminal and dropped it into my Python IDE where the PATH should be inserted.

提交回复
热议问题