mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
parent
3bdb85312c
commit
06cb1f9cba
10
scripts/prepareTestEnv.sh
Normal file
10
scripts/prepareTestEnv.sh
Normal file
@ -0,0 +1,10 @@
|
||||
# Install chromedriver
|
||||
wget -N http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip -P ~/
|
||||
unzip ~/chromedriver_linux64.zip -d ~/
|
||||
rm ~/chromedriver_linux64.zip
|
||||
sudo mv -f ~/chromedriver /usr/local/share/
|
||||
sudo chmod +x /usr/local/share/chromedriver
|
||||
sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
|
||||
|
||||
whereis google-chrome-stable
|
||||
whereis chromedriver
|
Loading…
Reference in New Issue
Block a user