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

Job Support Program

Online Work Support for your on-job roles.

jobservice

Our work-support plans provide precise options as per your project tasks. Whether you are a newbie or an experienced professional seeking assistance in completing project tasks, we are here with the following plans to meet your custom needs:

  • Pay Per Hour
  • Pay Per Week
  • Monthly
Learn MoreGet Job Support
Course Schedule
NameDates
Selenium Training Nov 19 to Dec 04View Details
Selenium Training Nov 23 to Dec 08View Details
Selenium Training Nov 26 to Dec 11View Details
Selenium Training Nov 30 to Dec 15View Details
Last updated: 28 Sep 2024
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