Skip to content

Instantly share code, notes, and snippets.

@n5i
Created February 10, 2017 00:13
Show Gist options
  • Select an option

  • Save n5i/d6ac82c85b53291cfce77c186a871d60 to your computer and use it in GitHub Desktop.

Select an option

Save n5i/d6ac82c85b53291cfce77c186a871d60 to your computer and use it in GitHub Desktop.
Run headless selenium in background
nohup xvfb-run --server-args="-screen 0, 1280x1024x8" java -jar /usr/lib/selenium/selenium-server-standalone.jar -port 4444 > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment