How does Selenium Grid get parallel execution?

How is parallel execution achieved in Selenium Grid?

Parallel execution is supported by Selenium-Grid, which allows you to run your tests on several machines against multiple browsers at the same time. That is, conducting several tests on multiple machines running different browsers and operating systems at the same time.