Tell me how could AJAX controls be handled in WebDriver?

Submitted by: Muhammad
AJAX allows the Web page to retrieve small amounts of data from the server without reloading the entire page.

The different wait methods should be applied for testing Ajax application:

☛ ThreadSleep
☛ Implicit Wait
☛ Explicit Wait
☛ WebdriverWait
☛ Fluent Wait
Submitted by: Muhammad

Read Online Automation Job Interview Questions And Answers