Skip to content

Commit 577cf61

Browse files
committed
Update selenium-server install instructions
1 parent 7882b57 commit 577cf61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# Mochify Driver for WebDriver
1+
# Mochify driver for WebDriver
22

33
## Local Selenium
44

55
Installing selenium server on Mac OS:
66

77
```bash
8-
brew install selenium-server-standalone
8+
brew install selenium-server
9+
brew install geckodriver
910
```
1011

1112
Starting the server:
1213

1314
```bash
14-
selenium-server -port 4444
15+
selenium-server standalone --port 4444
1516
```
1617

1718
Configuration for local Selenium:

0 commit comments

Comments
 (0)