I am using seleniumGrid with chromedriver for running a series of automated testcases with TestNG and Selenium
The thing is that there are several tests that launch a new chrome window that has a “data:” in the address bar and freezes for like 30 seconds before starting the actual test.
I have updated chromedriver to match the version of Chrome as it is indicated in several places and nothing has changed.
Could you give a suggestion on how to avoid this delay?
Source: Read More