Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97756

How to run the Chrome Beta version with ChromeDriver using Selenium?

$
0
0

i am trying to run the chrome beta version with selenium Web-driver. When i run the test case i got the following error on console see image please:

click here to see exception

I have added following lines in the node config file:

    {
"capabilities": [

    {
        "platform": "WINDOWS",
        "browserName": "chrome",
        "webdriver.chrome.driver":"drive:\selenium\chromedriver.exe",
        "chromeOptions": "drive:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe",

    }

]  

I am using following setup:

Selenium=2.53
chrome Web-driver= 80_0_3987_16
Google chrome= 80.0.3987.66 (Official Build) beta (64-bit)

we have Hub and Node setup and automated test suit executed from GO cicd Server. any help would be appreciated, thanks


Viewing all articles
Browse latest Browse all 97756

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>