Skip to content

Commit d13afb2

Browse files
updating node command
1 parent 8c895c6 commit d13afb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities#read-write-capab
2020
Command to initialize the hub:
2121
java -jar selenium-server-standalone-3.12.0.jar -role hub
2222

23-
Command to create a node that supports Chome, Firefox, IE and Opera:
24-
java -jar selenium-server-standalone-3.12.0.jar -role node -hub http://localhost:4444/grid/register -browser "browserName=firefox, maxInstances=10, platform=ANY, seleniumProtocol=WebDriver" -browser "browserName=internet explorer, version=11, platform=WINDOWS, maxInstances=10"-browser "browserName=operablink, platform=WINDOWS, maxInstances=10"
23+
Command to create a node that supports Chrome, Firefox, IE and Opera:
24+
java -jar selenium-server-standalone-3.12.0.jar -role node -hub http://localhost:4444/grid/register -browser "browserName=firefox, maxInstances=10, platform=ANY, seleniumProtocol=WebDriver, version=ANY" -browser "browserName=internet explorer, version=11, platform=WINDOWS, maxInstances=10" -browser "browserName=operablink, platform=WINDOWS, maxInstances=10, version=ANY" -browser "browserName=chrome, platform=WINDOWS, maxInstances=10, version=ANY"

0 commit comments

Comments
 (0)