How to work on pages with AJAX in selenium?

Working on pages with AJAX

  • Asynchronous JavaScript and XML
  • AJAX is not a new programming language, but a new way to use 
  • existing standards.
  • AJAX is the art of exchanging data with a server, and update parts of 
  • a web page – without reloading the whole page.
  • AJAX is a technique for creating fast and dynamic web pages. 
Get interview-ready with this tutorial on most popular Selenium interview questions and best ways to answer them.

Start Selenium IDE
Record some steps – run the script. It fails some where then,

  • Right-click on the step that failed so that the Selenium IDE context menu 
  • appears.
  • Click on Insert New Command.
  • In the Command select box, type waitForElementPresent or select it from 
  • the drop-down list.
  • In the Target box, add the target that is used in the verifyText command.
  • Run the test again, and it should pass this time.

MindMajix YouTube Channel

To gain in-depth knowledge and be on par with practical experience, then explore Selenium Training Course.

The following commands make up the waitFor set of commands, but this is not an exhaustive list:
       waitForAlertNotPresent
       waitForAlertPresent
       waitForElementPresent
       waitForElementNotPresent waitForTextPresent
       waitForTextNotPresent
       waitForPageToLoad
       waitForFrameToLoad

Check Out Selenium Tutorials

Course Schedule
NameDates
Selenium Training Jun 29 to Jul 14View Details
Selenium Training Jul 02 to Jul 17View Details
Selenium Training Jul 06 to Jul 21View Details
Selenium Training Jul 09 to Jul 24View Details
Last updated: 03 Apr 2023
About Author

 

Madhuri is a Senior Content Creator at MindMajix. She has written about a range of different topics on various technologies, which include, Splunk, Tensorflow, Selenium, and CEH. She spends most of her time researching on technology, and startups. Connect with her via LinkedIn and Twitter .

read less
  1. Share:
Selenium Articles