selenium grid hub and node configuration code example
Example: nodes and hubs in selenium grid
-we run this jar from 2 roles: hub and node
-hub receives commands Webdriver object of the client
-then hub is looking for available nodes
for execution.
-nodes are executing tests