Forums

Error when using Selenium. (Need Chrome Enabled)

Hi, I am receiving this error when trying to run a script that uses Selenium:

(unknown error: DevToolsActivePort file doesn't exist)(The process started from chrome location /usr/bin/chromium is no longer runni ng, so ChromeDriver is assuming that Chrome has crashed.)

From what I'm reading from other posts, that means I need chrome enabled for my account. May you please enable it. Thank you

Selenium is now enabled for all accounts, but you need to use some specific options so that it will work properly (in particular, the "--no-sandbox" one). This help page has some sample code with all of the appropriate options.