devtoolsactiveport专题

解决:selenium运行时driver初始化失败 DevToolsActivePort file doesn‘t exist的问题

解决:selenium运行时driver初始化失败 DevToolsActivePort file doesn‘t exist的问题 DevToolsActivePort file doesn't exist报错信息:![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/b3f8acc1c47d45e3912575896e421567.png)现象:

解决:DevToolsActivePort file doesn‘t exist的问题

DevToolsActivePort file doesn’t exist 报错信息:解决办法:直接把sandbox禁用了。 chromeOptions.addArguments("--headless"); //设置为 headless 模式chromeOptions.addArguments("--disable-gpu");//谷歌文档提到需要加上这个属性来规避bugchromeOp