Skip to content

Instantly share code, notes, and snippets.

@davebeach
Last active March 17, 2018 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davebeach/20a81f977e9cbff274e21909505d00a5 to your computer and use it in GitHub Desktop.
Save davebeach/20a81f977e9cbff274e21909505d00a5 to your computer and use it in GitHub Desktop.
Run Selenium Tests on Chrome Using MacOS (Install Requirements)

Chrome / Chrome Driver / Selenium Standalone Server

Use Case

You need to use Selenium testing suite on MacOS and you get errors related to chrome and missing drivers.

Install via Brew

Install Selenium Stand Alone Server

brew install selenium-server-standalone

Install the Chrome Driver then Start The Services

brew install chromedriver
brew services start chromedriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment