Hub Intermediary and manager Accepts requests to run tests Takes instructions from client and executes them remotely on the nodes Manages threads A Hub is a central point where all your tests are sent. Each Selenium Grid consists of exactly one hub. The hub needs to be reachable from the respective clients (i.e. CI server, Developer machine etc.) The hub will connect one or more nodes that tests will be delegated to.