mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
Update google-chrome script
This commit is contained in:
@@ -53,7 +53,7 @@ if ! command -v chromedriver; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Lastly, documenting what we added to the metadata file"
|
echo "Lastly, documenting what we added to the metadata file"
|
||||||
DocumentInstalledItem "Chromedriver ($(chromedriver --version))"
|
DocumentInstalledItem "Chromedriver ($(chromedriver --version)); Chrome Driver is available via CHROMEWEBDRIVER environment variable"
|
||||||
|
|
||||||
# Determine latest selenium standalone server version
|
# Determine latest selenium standalone server version
|
||||||
SELENIUM_LATEST_VERSION_URL=https://api.github.com/repos/SeleniumHQ/selenium/releases/latest
|
SELENIUM_LATEST_VERSION_URL=https://api.github.com/repos/SeleniumHQ/selenium/releases/latest
|
||||||
|
|||||||
Reference in New Issue
Block a user