Hi All:
Rcently I have problem with finding the object on my html page, which major part is _javascript_ driven.
Observation: From exception, I found the script can't found the object(a button) on the page.
The exception through before the page finished loading. This is just eye observation, not exact timing. Page finished loading about half second later than the exception.
I do have "waitUntilLoaded" method to keep control before do the button click. "waitUntilLoaded" method using while getDocument.readyState != 'complete'.
However, this seems not working on this case. The most objects on the page(link, button, and select box) are generated by _javascript_.
Could anyone give a help on better handling this situation?
By the way, the IE's status bar also disabled.
Regards,
Jonathan Ni
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
