All commands are in the terminal.
- Start vagrant box:
vagrant up
- SSH into the Homestead Box:
vagrant ssh
from homestead directory - Create a new folder for Selenium:
mkdir selenium
from 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.jar
Note: This link comes from copying the link on http://docs.seleniumhq.org/download/