How many maximum number of simultaneous Chrome connections/threads I can start through Selenium WebDriver?
问题 Assuming I do not have a Grid setup, what is the Maximum number of simultaneous Chrome threads I can start from Selenium WebDriver? Is it 5? And does it hold good for Chrome Headless as well? 回答1: Browser connection limitations Browsers limit the number of HTTP connections with the same domain name. This restriction is defined in the HTTP specification (RFC2616). Most modern browsers allow six connections per domain where as most of the older browsers allow only two connections per domain.