我在试着用 Chrome Headless
seleniumwebdriver上的模式来测试具有不同参数的脚本 NoSuchElementException
-通过xpath查找时 chrome not reachable
-WebDrive异常 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
暂无答案!
目前还没有任何答案,快来回答吧!