move source code to public
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
echo "Installing Chrome..."
|
||||
brew cask install google-chrome
|
||||
|
||||
echo "Installing Chrome Driver"
|
||||
brew cask install chromedriver
|
||||
|
||||
echo "Installing Selenium"
|
||||
brew install selenium-server-standalone
|
||||
|
||||
CHROMEWEBDRIVER_DIR=$(readlink $(which chromedriver) | xargs dirname)
|
||||
echo "export CHROMEWEBDRIVER=$CHROMEWEBDRIVER_DIR" >> "${HOME}/.bashrc"
|
||||
Reference in New Issue
Block a user