Skip to content

Commit

Permalink
Update automate_android.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitrix1 authored Jun 13, 2024
1 parent 8dfab3d commit 79ce203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/automate_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ validate_android_abi(){

download_chromedriver() {
pushd "$TMP_DIR"
wget -O chromedriver.zip https://chromedriver.storage.googleapis.com/$1/chromedriver_linux64.zip
wget -O chromedriver.zip http://chromedriver.storage.googleapis.com/$1/chromedriver_linux64.zip
unzip chromedriver.zip
rm chromedriver.zip
popd
Expand Down

0 comments on commit 79ce203

Please sign in to comment.