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

后端 未结 4 1434
庸人自扰
庸人自扰 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:15

    Check out a this topics

    1- If you are using Linux, access the folder containing the file Chromedriver.exe set on 755

    2- check correct path for Chromedriver.exe file in your code

    3- If you are using Windows servers,check the Chromedriver.exe file is available for the current user (not only the admin does have access to Chromedriver.exe - see in c://users...)

提交回复
热议问题