Last active
November 1, 2020 10:08
-
-
Save jpswade/76929351a82faf037383326209db9b52 to your computer and use it in GitHub Desktop.
Setup Selenium
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
brew install selenium-server-standalone | |
brew cask install chromedriver | |
selenium-server -p 4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment