|
In the real-world example the delay is caused by _javascript_ which is
doing something necessary, not just pausing (as in my fake example).
Watir pauses for 0.2 seconds after a link is clicked, so this probably
catches most instances where an application has some _javascript_ that
does something computationally intensive before the next page is
loaded. I think this means that I have to explicitly handle this. I
was hoping to know what approaches others had taken. I figure this would confuse commercial tools as well, but don't have one to compare to, unless they're smart enough to analyse the script invoked to see if it actually submits a form, refreshes, or redirects to another page. Even then, I can imagine issues. Jared I do not understand the problem. Why not just alter the _javascript_ to reduce or eliminate the delay? You can make it do anything you want it to. |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
