Back
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.
For Installing if you use homebrew , you can install selenium using:
brew install selenium-server-standalone
and for running
updated -port port_number
To run selenium, do:
selenium-server -port 4444
For more options:
selenium-server -help
Hope this was helpful!
If you are interested to learn Selenium on a much deeper level and want to become a professional in the testing domain, check out Intellipaat’s automation testing course!
31k questions
32.8k answers
501 comments
693 users