How to install Selenium WebDriver on Mac OS X 10.7.5 supporting Chrome, Firefox and safari ? What I have to set, where to install.
See Question&Answers more detail:osHow to install Selenium WebDriver on Mac OS X 10.7.5 supporting Chrome, Firefox and safari ? What I have to set, where to install.
See Question&Answers more detail:osInstall
If you use homebrew (which I recommend), you can install selenium using:
brew install selenium-server-standalone
Running
updated -port port_number
To run selenium, do: selenium-server -port 4444
For more options: selenium-server -help