Skip to content

Instantly share code, notes, and snippets.

@trungtnm
Last active December 4, 2017 09:29
Show Gist options
  • Save trungtnm/8b74a227358d41956a13eb13bc3890d9 to your computer and use it in GitHub Desktop.
Save trungtnm/8b74a227358d41956a13eb13bc3890d9 to your computer and use it in GitHub Desktop.
# run Firefox (geckodriver) with Selenium standalone server v3.7.1
# need to install xvfb, geckodriver...
# ref : https://gist.github.com/adeubank/2d92d66caff2727ce1cc#file-setup-selenium-sh
xvfb-run -a java -Dwebdriver.gecko.driver=/usr/local/bin/geckodriver -jar /usr/local/bin/selenium-server-standalone.jar -enablePassThrough false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment