All commands are in the terminal.
- Start vagrant box:
vagrant up - SSH into the Homestead Box:
vagrant sshfrom homestead directory - Create a new folder for Selenium:
mkdir seleniumfrom the ~ directory - Navigate to that folder:
cd selenium - Get Selenium:
wget http://selenium-release.storage.googleapis.com/3.11/selenium-server-standalone-3.11.0.jarNote: This link comes from copying the link on http://docs.seleniumhq.org/download/ - Install Java:
sudo apt-get install openjdk-8-jre-headless - Run Selenium:
java -jar selenium-server-standalone-3.11.0.jar