Met Selenium Grid is het mogelijk om meerdere Selenium instanties op een of meerdere computers te draaien. Al deze instanties zijn met elkaar verbonden, vanuit de testscripts hoeven we alleen maar de centrale HUB aan te spreken. De centrale HUB distribueert de testscripts dan over het Grid van Selenium instanties.
In dit deel van het blog zien we hoe er van Selenium Grid gebruik kan worden gemaakt.

Hi,
Is there any solution to configure the nodes by coding? I do not want to configure the nodes every time and using the cmd window ..
Kind regards.
Hi,
Normally I create a start-up (bat)script. (You can put it in the Startup folder, if you are on a windows machine).
Here is the post about configuring a node by JSON.