Skip to content

Starting the Selenium Nodes

chrimuno edited this page Sep 3, 2017 · 4 revisions

Make sure you have followed all the (prerequisites)[Selenium-Prerequisites.md] before you try to run the Selenium Node.

On each worker/node machine:

  • Navigate the SeleniumAutomationToolbox directory.
  • Run the following command: npm run node.
    • Or you can also run the NODE_SeleniumGrid.bat file included in this repo in the selenium folder.
    • If the Hub is running on a different machine, open the NODE_Config.json file and update the address for the Hub.

Note: The host machine can also be a node. You just need to run both bat files to start the hub and node on the same machine.