How to set up Selenium with Chromedriver on Jenkins-hosted Grid

前端 未结 4 817
一生所求
一生所求 2020-12-20 00:30

I just make my frist steps with Selenium. I successfully set up a test (Firefox driver), running on Selenium grid on my Jenkins (using Jenkins-Selenium-Grid plugin). I also

4条回答
  •  时光取名叫无心
    2020-12-20 01:02

    Did you specify the -Dwebdriver.chrome.driver=Path/To/ChromeDriver when starting your node?

    Adding this may help.

提交回复
热议问题