I am writing some Java Webdriver code to automate my application. How can I correctly check whether the page has been loaded or not? The application has some Ajax calls, too
You can take a screenshot and save the rendered page in a location and you can check the screenshot if the page loaded completely without broken images