Skip to content

Instantly share code, notes, and snippets.

@vjyanand
Last active February 3, 2016 03:15
Show Gist options
  • Save vjyanand/fdf02baa573436741c17 to your computer and use it in GitHub Desktop.
Save vjyanand/fdf02baa573436741c17 to your computer and use it in GitHub Desktop.
selenium webdriver chrome headless
export DISPLAY=:10
Xvfb :10 -screen 0 5120x2880x24 -ac &
google-chrome --start-maximized --remote-debugging-port=9222 &
cd /usr/local/bin
nohup java -jar ./selenium-server-standalone-2.50.1.jar &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment