Skip to content

Commit 8c895c6

Browse files
2 parents c788fa9 + 79a7910 commit 8c895c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Parallel-Execution-with-Selenium-Grid
2+
23
Basic Project with a configuration for a parallel execution with Selenium Grid - Remote Web Driver
34

5+
This project was created using C# and Visual Studio 2015. Selenium server version: 3.12.0
46

57
Some importants links:
68

@@ -13,3 +15,10 @@ https://developers.perfectomobile.com/pages/viewpage.action?pageId=21435360
1315
2. Driver Capabilities:
1416
https://github.com/SeleniumHQ/selenium/wiki/Grid2
1517
https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities#read-write-capabilities
18+
19+
20+
Command to initialize the hub:
21+
java -jar selenium-server-standalone-3.12.0.jar -role hub
22+
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"

0 commit comments

Comments
 (0)