|
|
|
I don't know whether this is a nice feature.
Once I was testing an application that contained an IFRAME that got refreshed with a botton click that triggered an AJAX query. I couldn't use neither the click, or the clickAndWait command to manipulate the contents of such IFRAME. I had to do click pause(3000) wait 3 seconds and then I was able to access the contents of the IFRAME |
|||||||||||||||||||||||||||||||||||||||||||||
http://www.openjsan.org/src/a/au/autarch/DOM.Ready-0.14/README
Looks like it can be used to detect when the DOM for a page is complete.