How to close a ChromeDriver when running on Grid?

后端 未结 2 1057
遥遥无期
遥遥无期 2020-12-10 18:20

I am currently running my tests with RemoteWebDriver with Selenium Grid 2 through TestNG suites. This works fine with Firefox and IE. Now I added Chrome and the tests run fi

2条回答
  •  有刺的猬
    2020-12-10 19:20

    Faced the same problem. Here is how I resolved it. This seems to be a bug with the new version of the Chrome driver. Using the previous version of the driver (20.0.1133.0) solved this issue for me.

    Check the driver download page.

提交回复
热议问题