Distributed testing with Selenium is implemented using Selenium Grid, a specific mode of Selenium server in which it acts as a hub for distributing Selenium tests to remote nodes. The details for establishing a hub and configuring nodes is well documented, but actually getting tests to execute with Selenium grid requires additional considerations. Here are some of the more important ones.