Created
August 20, 2018 14:27
-
-
Save forsaken1/9a54f6bbf0dc43cd55e6f732d4f71357 to your computer and use it in GitHub Desktop.
Chromedriver problem
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 cask install chromedriver | |
gem uninstall chromedriver-helper | |
# add to .bash_profile | |
alias chromedriver="/usr/local/Caskroom/chromedriver/2.41/chromedriver" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment