Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Don't install firefox or start selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2019
1 parent 7e62fe5 commit eca981b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/setup-selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -eo pipefail

sudo apt-fast install -y firefox

wget -c -nc --retry-connrefused --tries=0 https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar -O "$HOME/selenium.jar"

# Geckodriver requires java 8.
Expand All @@ -18,5 +16,3 @@ jdk_switcher use openjdk8
# Download geckodriver
wget -c -nc --retry-connrefused --tries=0 https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz -O "$HOME/geckodriver.tar.gz"
sudo tar xfz "$HOME/geckodriver.tar.gz" -C /usr/local/bin/

java -jar "$HOME/selenium.jar" &

0 comments on commit eca981b

Please sign in to comment.