Working with Selenium Grid
Get introduced to the Selenium grid and learn about its components.
We'll cover the following...
Selenium Grid
There is another tool that comes built into the Selenium Standalone Server called the Selenium Grid. Selenium Grid allows running the Selenium tests in parallel to cut down the execution time. Its structure consists of two parts:
- One hub
- Many nodes
Selenium grid hub
The hub receives ...