Skip to content

Commit

Permalink
Fix macos failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Oct 19, 2023
1 parent 97158fc commit 8d6a025
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/setup-chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ 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
if [[ -x "${CHROMEAPP}" ]]; then
echo Chrome version:
"${CHROMEAPP}" --version
fi
echo Chromedriver version:
/usr/local/bin/chromedriver --version

0 comments on commit 8d6a025

Please sign in to comment.