Hi! What's the best approach to know if the explorer has finished loading. 
sometimes, 1 sec is not enough. it depends. What's the best way to do this? Pls 
look at the code below.

      w.winsystem("start explorer #{thread_number}_#{i}.html ")
      sleep(1)
      $ie_array[i] = IE.attach(:title , "#{thread_number}_#{i}" )

if the html is not yet loaded, attach will fail unable to locate object

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to