Recently I switched computers and since then I can\'t launch chrome with selenium. I\'ve also tried Firefox but the browser instance just doesn\'t launch.
f
Make sure that both the chromedriver and google-chrome executable have execute permissions
chromedriver
google-chrome
sudo chmod -x "/usr/bin/chromedriver" sudo chmod -x "/usr/bin/google-chrome"