I have a java selenium project .I have used implicit wait of 10 seconds using
driver.manage()
.timeouts()
.implicitlyWait(10, TimeUnit.SECONDS);
Still the automation scripts wait for 10 minutes for the webpage to load. Here is the image that will be there 10 minutes and then it will fail.
What is the possible reason for it?