无法在无头模式下启动Chrome

时间:2017-09-05 00:42:08

标签: java selenium xpath nosuchelementexception google-chrome-headless

我正在尝试使用Selenium Webdriver上的Chrome Headless模式来测试脚本 我得到了不同的论点 NoSuchElementException - 通过xpath找到时 chrome not reachable - webdriverexception
chrome failed to start -

ChromeOptions options = new ChromeOptions();
options.addArguments("--headless","--disable-gpu");
webDriver = new ChromeDriver(options);

这是初始化。

xpath没有问题,因为它在正常模式下工作。

  • Chrome版本60

  • Selenium 3.5.0

  • Chrome驱动程序2.32

0 个答案:

没有答案