Answers

Question and Answer:

  Home  Automation

⟩ Tell me how could AJAX controls be handled in WebDriver?

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

 128 views

More Questions for you: