Until a few weeks ago I used to have my Protractor e2e test working with th Chrome browser. However since the Chrome update 69.0.3497.100 (Official Build) (64-bit) I just tried to run chrome in a non headless mode (as if in chromeOptions in the config file I add "--headless") all works fine. But if I remove it to have a test with the chrome browser with protractor, while Chrome loads and shows a tab withe the address of data;, I get this error message in the command prompt:
WebDriverError: unknown error: Chrome failed to start: crashed
(unknown error: DevToolsActivePort file doesn't exist)
(Driver info: chromedriver=2.41.578737......)
If this gives any help, if the test is run via the Firefox browser all works the pages change, and the broswer is closed when the tests complete.
I've through various dicussion tops and did a webdriver-manager clean and after a webdriver-manager update.
I also manually install chromedriver@latest via npm but still no luck.
Can anyone help please?
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.