Currently, Selenium Grid2, working with the default configuration, shows that it can run 5 Firefox browsers, 5 chrome browsers and 1 IE. With the simultaneous use of a maximum of 5 copies.
How can I change this so that it starts 10 copies of chrome at the same time?
I successfully changed the maxsession node parameter with -maxSession 10 . However, when I run 10 tests, the hub shows that 5 are in the waiting queue.
I donβt know if it matters or not, but the hub itself shows maxSession parameters equal to 5. But I could not change that.
Any ideas on how to do this?
source share