My application uses ajax heavily how do I use selenium rc to work with ajax operations?



My application uses ajax heavily how do I use selenium rc to work with ajax operations?..

Answer / Ankit Singh

To handle AJAX requests using Selenium RC (Remote Control), you can use the `waitForCondition()` method in combination with JavaScript execution. This method allows you to specify a condition for Selenium to wait until it is satisfied, such as checking if a specific element appears on the page or an AJAX call completes. You would need to inject JavaScript into the page using `executeScript()` to execute AJAX calls and monitor their progress.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

Which is the package which is to be imported while working with webdriver?

1 Answers  


What are the limitations of selenium?

1 Answers  


What programming languages are you able to use in selenium rc?

1 Answers  


Tell us how will you use selenium to upload a file?

1 Answers  


Why should selenium be selected as a test tool?

1 Answers  


Which are the commands used for capturing the bitmaps?

1 Answers  


What are the prerequisites to run selenium webdriver?

1 Answers  


List some advantages of test automation?

1 Answers  


How do you handle alert popup?

1 Answers  


Explain how you will login into any site if it is showing any authentication popup for username and password?

1 Answers  


What kind of keyboard operations can be performed in selenium?

1 Answers  


Using selenium ide is it possible to get data from a particular html table cell?

1 Answers  


Categories