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 |
Which is the package which is to be imported while working with webdriver?
What are the limitations of selenium?
What programming languages are you able to use in selenium rc?
Tell us how will you use selenium to upload a file?
Why should selenium be selected as a test tool?
Which are the commands used for capturing the bitmaps?
What are the prerequisites to run selenium webdriver?
List some advantages of test automation?
How do you handle alert popup?
Explain how you will login into any site if it is showing any authentication popup for username and password?
What kind of keyboard operations can be performed in selenium?
Using selenium ide is it possible to get data from a particular html table cell?