I would like to wait for the page to load completely. I know I could do this by waiting for a page element to load.
But I want something more generic, I assume that the Favicon can be used to determine if the page has loaded completely or not.
How do I determine if the FavIcon has loaded in a page using Selenium Webdriver?
"I understand it is just another element in your HTML source.But if you look into the page loading on any web page, Favicon would be the last one to get loaded. If there is a way to wait until the Favicon is loaded on a webpage, we can use that as a waitforpagetoload to test the entire application(Favicon will be the same on all webpages for an web application)."