'Webdrivers' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home

前端 未结 11 731
醉梦人生
醉梦人生 2020-11-22 16:23

I\'ve looked around checked both documentations and have found no answer.

I\'ve been trying to use InstaPy a instagram api for python. After failing with multiple er

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 17:07

    For me, none of the answers above worked. But moving the chromedriver.exe to a new path (desktop in my case) solved it.

    path = "C:/Users/YOUR_USER/Desktop/chromedriver/chromedriver.exe"
    

提交回复
热议问题