Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
azharuddin
azharuddin
Active particpant
Active particpant
Posts : 13
Join date : 2017-02-03
Age : 31
Location : Hyderabad
https://jovisoftsolutions.com

How to work on pages with AJAX in selenium? Empty How to work on pages with AJAX in selenium?

Mon Sep 18, 2017 6:08 pm
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. 


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


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
Source: https://mindmajix.com/selenium-training
Back to top
Permissions in this forum:
You cannot reply to topics in this forum