Hi ,
i have yaml file with this chrome driver and geckodriver :
and this capabilities;
execution:
- executor: selenium
scenario: target_FINAL-Selenium
blazegrid: true
iterations: 1
capabilities:
browserName: Chrome
chromeOptions:
args: ["--headless", "--disable-dev-shm-usage", "--no-sandbox"]
binary: "/usr/bin/google-chrome"
when i launch this yaml file i have an error:
WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
could any of you tell me the reason for this error?
with firefox does not occur.
thanks a lot
Elisa Gaiti