I ran into this issue a while back.  Since, then whenever i deal with controls 
that are generated dynamically i make the process sleep for one second before 
interacting with the control.  You have to manually synchronize your script.  
It has always worked for me.  

Copying and pasting the html source will not help, because (among other 
reasons) the html source is generated when the page has finished loading and 
that point the control/object is available for interaction.

Perhaps watir should be modify so it is easier to deal with ajax (because ajax 
interacts with server differently from the regular http response/request)
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6170&messageID=19362#19362
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to