We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060b2ea commit ac47180Copy full SHA for ac47180
docs/CLI.md
@@ -36,7 +36,7 @@ selenium-standalone install --singleDriverInstall=chrome
36
# specify hub and nodes to setup your own selenium grid
37
selenium-standalone start -- hub
38
selenium-standalone start -- node --grid-url http://localhost:4444/grid/register
39
-selenium-standalone start -- node --grid-url http://localhost:4444/grid/register -port 5556
+selenium-standalone start -- node --grid-url http://localhost:4444/grid/register --port 5556
40
41
# start a single driver
42
selenium-standalone start --singleDriverStart=chrome
0 commit comments