File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 117
117
# Install Chrome and chrome driver for recaptcha tests
118
118
# if [[ "$file" == *"recaptcha_enterprise/"* ]]; then
119
119
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
120
- sudo apt install wget
121
- sudo dpkg -i google-chrome-stable_current_amd64.deb
122
- sudo apt-get install -f
120
+ apt install wget
121
+ dpkg -i google-chrome-stable_current_amd64.deb
122
+ apt-get install -f
123
123
google-chrome --version
124
124
125
125
wget https://chromedriver.storage.googleapis.com/92.0.4515.107/chromedriver_linux64.zip
126
126
unzip chromedriver_linux64.zip
127
- sudo mv chromedriver /usr/bin/chromedriver
128
- sudo chown root:root /usr/bin/chromedriver
129
- sudo chmod +x /usr/bin/chromedriver
127
+ mv chromedriver /usr/bin/chromedriver
128
+ chown root:root /usr/bin/chromedriver
129
+ chmod +x /usr/bin/chromedriver
130
130
131
131
export CHROME_DRIVER_PATH=" /usr/bin/chromedriver"
132
132
echo " Installing chrome and driver. Path to installation: $CHROME_DRIVER_PATH "
You can’t perform that action at this time.
0 commit comments