在使用php webdriver的时候,,如果设置了–user-data-dir,当上一个浏览器没有关闭,然后新的请求又打开新的浏览器,这个时候就会出现错误Fatal error: Uncaught Facebook\WebDriver\Exception\UnknownErrorException: unknown error: Chrome failed to start: exited normally. (unknown error: DevToolsActivePort file doesn’t exist) (The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
下面是解决办法
option添加一条
--remote-debugging-port=9222
再次测试后就会发现可以多个请求了,不需要等上一个请求完成
到此为止。
发布者:彬彬笔记,转载请注明出处:https://www.binbinbiji.com/php/2894.html