Selenium server error: Unable to create new service chromedriverservice

后端 未结 5 1505
遥遥无期
遥遥无期 2021-01-18 02:33

I am trying to run webdriverio on my windows 10 computer and keep running into the same issue when trying to run my test js file. So I run this -jar /your/download/dir

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 02:44

    Selenium Standalone Server is currently on Build 3.9.1.

    It looks like you're running an older version of the standalone server. Perhaps the ChromeDriver version you're running might function better with an update to your Selenium Standalone Server?

    http://www.seleniumhq.org/download/

    Also, just to be sure... You have the latest version of the Windows Chrome Driver version? They're on 2.35 for the latest. https://chromedriver.storage.googleapis.com/index.html?path=2.35/

提交回复
热议问题