Created
October 10, 2017 04:01
-
-
Save giancarlosisasi/f78ee7a1a96f12bbeebbd91c24003703 to your computer and use it in GitHub Desktop.
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
| sudo apt-get install unzip | |
| wget -N http://chromedriver.storage.googleapis.com/2.10/chromedriver_linux64.zip -P ~/Downloads | |
| unzip ~/Downloads/chromedriver_linux64.zip -d ~/Downloads | |
| chmod +x ~/Downloads/chromedriver | |
| sudo mv -f ~/Downloads/chromedriver /usr/local/share/chromedriver | |
| Change the directory to /usr/bin/chromedriver | |
| sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver | |
| sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver | |
| Now run the script and add the following in the environment file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment