Home  >  Blog  >   Selenium

How to work on pages with AJAX in selenium?

Rating: 4
  
 
2889
  1. Share:
Selenium Articles

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

Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
Selenium Training Mar 23 to Apr 07View Details
Selenium Training Mar 26 to Apr 10View Details
Selenium Training Mar 30 to Apr 14View Details
Selenium Training Apr 02 to Apr 17View 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 more
Recommended Courses

1 / 15