Running Chrome WebDriver on a linux server with no display
I was facing the same challenge of setting a linux box with selenium + chromedriver, and here’s my notes: Pre-reqs: Install JRE to run the selenium jar Install the selenium server grab the jar file from https://code.google.com/p/selenium/downloads/list) Install xvfb (you’ve seem to have already achieved this part) Install google-chrome for your linux distribution Download the … Read more