Selenium grid with Chrome driver (WebDriverException: The path to the driver executable must be set by the webdriver.chrome.driver system property)

前端 未结 6 784
孤城傲影
孤城傲影 2020-12-14 13:09

I am trying to get my Selenium Grid running on Chrome driver.

At first I started hub and node: java -jar selenium-server-standalone-2.45.0.jar -role hub java -jar se

6条回答
  •  心在旅途
    2020-12-14 13:54

    You can set the path to the folder containing the chromedriver executable in your System variables (for Windows).

    That got rid of the error for me.

提交回复
热议问题