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

Commit

Permalink
Start selenium in action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2019
1 parent a05c970 commit 096c40f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/setup-selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jdk_switcher use openjdk8
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/

function selenium-server() {
sudo nohup java -jar "$HOME/selenium.jar" &
sleep 10
cat nohup.out
}
sudo nohup java -jar "$HOME/selenium.jar" &
sleep 10
cat nohup.out

0 comments on commit 096c40f

Please sign in to comment.