Last active
August 29, 2017 14:03
-
-
Save sylvaincombes/68a8ffb9e5d8d2a4a7b8800877274693 to your computer and use it in GitHub Desktop.
OSX - Selenium server standalone + drivers - quick version with brew
This file contains 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
brew install selenium-server-standalone chromedriver geckodriver; | |
selenium-server -port 4444; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment