Skip to content

Commit

Permalink
Update setup-chromedriver.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Oct 18, 2023
1 parent ff16296 commit 97158fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/setup-chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,10 @@ echo "Installing ChromeDriver ${VERSION} for ${ARCH}"
echo "Downloading ${URL}..."
${CURL} -o chromedriver.zip "${URL}"
unzip -o -q chromedriver.zip
echo Installing chromedriver to /usr/local/bin
${sudo} mv "chromedriver-${ARCH}/chromedriver" /usr/local/bin/chromedriver
rm -fr chromedriver.zip chromedriver-*
echo Chrome version:
${CHROMEAPP} --version
echo Chromedriver version:
/usr/local/bin/chromedriver --version

0 comments on commit 97158fc

Please sign in to comment.