我正在尝试使用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