I am working on a application which is developed in MVC 3.0 architecture. When page loads it makes multiple AJAX calls to load multiple objects on page. My problem is when I want to verify a object, driver find it but when go for click on element or perform any operation on element application triggers other AJAX call for few more element, which makes my found element unable to interact. How should I put condition to wait till all the elements on page is loaded and process is completed?