Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wyattbarrett on github.
  • I am lesheriff (https://keybase.io/lesheriff) on keybase.
  • I have a public key ASDfp7Uj0NV1M_eF4KtrlhOAxgcpoCOya0VaQ0RwvxX4VQo

To claim this, I am signing this object:

@wyattbarrett
wyattbarrett / installHub.sh
Last active April 25, 2018 15:52 — forked from dhrrgn/install.sh
Setting up Selenium as a Service in OS X
#!/usr/bin/env bash
if [ ! -d /usr/local/selenium/ ]; then
sudo mkdir /usr/local/selenium/
fi
if [ ! -f /usr/local/selenium/selenium-server-standalone-3.11.0.jar ]; then
sudo curl -o /usr/local/selenium/selenium-server-standalone-3.11.0.jar https://selenium-release.storage.googleapis.com/3.11/selenium-server-standalone-3.11.0.jar
fi