Chomedriver “The driver is not executable”

后端 未结 5 995
时光说笑
时光说笑 2021-01-18 03:08

I have my chromedriver and chromedriver.exe right in project folder. I\'m creating instance of driver with this code.

ChromeOptions options = new ChromeOptio         


        
5条回答
  •  粉色の甜心
    2021-01-18 03:22

    I ran into this problem as well. The first two answers given worked for me but you can also resolve the permission issue by going to the file (gecko file) that you have in your folder, right click>>Properties and then change the permissions from there.

提交回复
热议问题