Skip to content

Starting the Selenium Hub

chrimuno edited this page Sep 3, 2017 · 4 revisions

Make sure you have followed all the prerequisites before you try to run the Selenium Hub.

On the host machine:

  • Navigate the SeleniumAutomationToolbox directory.
  • Run the following command: npm run hub
    • You can also run the HUB_SeleniumGrid.bat file included in this repo in the selenium folder.

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.