Sha256: fa3c777e464694c16e5b281f8a390d3fe5c20a1b4a92b46cb60fbf58f8fafef9
Contents?: true
Size: 546 Bytes
Versions: 7
Compression:
Stored size: 546 Bytes
Contents
#/bin/sh CHROME_REVISION=127410 sh -e /etc/init.d/xvfb start && git submodule update --init || exit 1 if [[ "$WATIR_WEBDRIVER_BROWSER" = "chrome" ]]; then sudo apt-get install -y unzip libxss1 curl -L -O "http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux/$CHROME_REVISION/chrome-linux.zip" unzip chrome-linux.zip curl -L "http://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux/$CHROME_REVISION/chrome-linux.test/chromedriver" > chrome-linux/chromedriver chmod +x chrome-linux/chromedriver fi
Version data entries
7 entries across 7 versions & 1 rubygems