I have downloaded Selenium Grid from a Docker compose, following the documentation. Now, I have all the images up and running.
Also, the UI is working.
For each browser, I have only one instance. I want to increment the number of instances for each browser. So, I can run parallel tests. I can't find the way to do that.