Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sylvaincombes/68a8ffb9e5d8d2a4a7b8800877274693 to your computer and use it in GitHub Desktop.
Save sylvaincombes/68a8ffb9e5d8d2a4a7b8800877274693 to your computer and use it in GitHub Desktop.
OSX - Selenium server standalone + drivers - quick version with brew
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