Last active
February 2, 2018 00:06
-
-
Save Sydney-o9/db69ab8681b81e5b891be265ad5c310d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start Selenium | |
java -Dwebdriver.chrome.driver=/usr/local/selenium/drivers/chromedriver -jar /usr/local/selenium/bin/selenium-server-standalone-3.8.1.jar | |
# Make sure it works | |
ps -ef | grep selenium | grep -v grep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment