I have been encountering an issue when trying to use headless chrome with selenium for a bot that I am creating. This is the error that I cant get passed:
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed.
(chrome not reachable)
(The process started from chrome location /usr/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
After doing some reserarch I saw some forum posts from last year stating that chrome needs to be enabled for this to work. Is this still the case and could someone please assist me?
Thanks in advance.
[formatted by admin]