File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ elif command -v apt >/dev/null 2>&1; then
5858 fi
5959
6060 $SUDO apt-get update
61+ $SUDO chmod +r /opt/chrome-for-testing/deb.deps
6162 while read -r pkg; do
6263 $SUDO apt-get satisfy -y --no-install-recommends " ${pkg} " ;
6364 done < /opt/chrome-for-testing/deb.deps;
@@ -80,4 +81,4 @@ if [ "$ORB_PARAM_INSTALL_CHROMEDRIVER" = true ] ; then
8081 echo " Error installing Chrome for testing"
8182 exit 1
8283 fi
83- fi
84+ fi
Original file line number Diff line number Diff line change 1818fi
1919
2020
21- wget -q -O edgedriver.zip " https://msedgedriver.azureedge.net /$VERSION /edgedriver_$PLATFORM .zip"
21+ wget -q -O edgedriver.zip " https://msedgedriver.microsoft.com /$VERSION /edgedriver_$PLATFORM .zip"
2222unzip edgedriver.zip > /dev/null 2>&1
2323$SUDO mv msedgedriver " $ORB_PARAM_DRIVER_INSTALL_DIR "
2424rm -rf edgedriver.zip Driver_Notes
You can’t perform that action at this time.
0 commit comments