I am trying to test Selenium with headless Chrome on JetBrains Datalore, but am getting an error when trying to create the webdriver. Specifically, I am getting the following error:
WebDriverException: Message: Service chrome/chromedriver unexpectedly exited. Status code was: 127
Has anyone else encountered this problem and managed to solve it?
Possibly
chromedriverneeds some extra libraries.Try this
Also there are many existing questions about this error here.
Like this
And several others