June 20, 2007
Selenium Testing with Prototype AJAX
If you are using Selenium to test your web application and you are having some AJAX in it, you may know that the waitForCondition assertion is your friend.
According to the Selenium documentation it:
Runs the specified JavaScript snippet repeatedly until it evaluates to “true”.
With this you can define your own condition which defines the end of [...]