I'm going through a process of upgrading my Selenium Hub/Nodes to version 3.3. Everything works fine, but I want to make sure I have optimal configuration... problem is I can't find a complete list of Hub/Node properties anywhere.
I've looked through:
- https://seleniumhq.github.io/docs/grid.html
- http://www.seleniumhq.org/docs/07_selenium_grid.jsp
- https://github.com/SeleniumHQ/selenium/wiki/Grid2
- https://github.com/SeleniumHQ/selenium/blob/master/java/server/src/org/openqa/grid/common/defaults/DefaultNodeWebDriver.json
- https://github.com/SeleniumHQ/selenium/blob/master/java/server/src/org/openqa/grid/common/defaults/DefaultHub.json
These docs only list some of the properties through example configs, but none of them seem like a complete list and more importantly none of them actually state what these properties do. Where is the documentation for a complete list of configuration properties for Selenium Hub/Nodes?
This documentation is available via the Selenium standalone uber jar itself.
java -jar selenium-server-standalone-3.3.1.jar -help
For help on the
hub
rolejava -jar selenium-server-standalone-3.3.1.jar -role hub -help
For help on the
node
rolejava -jar selenium-server-standalone-3.3.1.jar -role node -help