Working with Ajax controls using Webdriver
Submitted by harrydev on Sun, 01/18/2015 - 04:02AJAX stands for Asynchronous JavaScript and AJAX allows the Web page to retrieve small amounts of data from the server without reloading the entire page. In AJAX driven web applications, data is retrieved from server without refreshing the page.