Chomedriver “The driver is not executable”

后端 未结 5 1052
时光说笑
时光说笑 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:32

    1. If User is using Unix that time first checks folder or chromedriver permission.
    2. Permission is missing then use below command.
    3. chmod 777 *
    4. Above command change folder permission and Issue will resolve.

提交回复
热议问题