Selenium WebDriver - Could not find Chrome binary

后端 未结 7 1224
轮回少年
轮回少年 2021-02-14 09:45

I\'m trying to get Selenium tests running with Chrome. I\'m using C#.

var options = new OpenQA.Selenium.Chrome.ChromeOptions();
options.BinaryLocation = @\"C:\\U         


        
7条回答
  •  故里飘歌
    2021-02-14 10:14

    In the path you have given for Chrome binary please specify the chrome.exe as well. It will work!

提交回复
热议问题