Skip to content

Instantly share code, notes, and snippets.

View tomc-gap's full-sized avatar

Tom Corelis tomc-gap

  • 11:49 (UTC -07:00)
View GitHub Profile
@tomc-gap
tomc-gap / install-chromedriver.sh
Last active May 7, 2024 00:20 — forked from ziadoz/install.sh
Install Chrome, ChromeDriver and Selenium on Ubuntu 16.04
#!/usr/bin/env bash
#set -e
# https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/
# https://gist.github.com/curtismcmullan/7be1a8c1c841a9d8db2c
# https://stackoverflow.com/questions/10792403/how-do-i-get-chrome-working-with-selenium-using-php-webdriver
# https://stackoverflow.com/questions/26133486/how-to-specify-binary-path-for-remote-chromedriver-in-codeception
# https://stackoverflow.com/questions/40262682/how-to-run-selenium-3-x-with-chrome-driver-through-terminal
# https://askubuntu.com/questions/760085/how-do-you-install-google-chrome-on-ubuntu-16-04
if [ "$(id -u)" -ne 0 ]; then