How to install Selenium WebDriver on Mac OS

user2790794 picture user2790794 · Sep 18, 2013 · Viewed 194.5k times · Source

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.

Answer

Will picture Will · Feb 21, 2015

Install

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