Re: [Wtr-general] .Can we set the Watir's time_out_value in the script?

2007-04-03 Thread vijay
Thanks Jlolis for your reply. It is exactly what I had wanted. Thanks, Vijay. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] .Can we set the Watir's time_out_value in the script?

2007-03-28 Thread vijay
Hello people, In our application, there are is a dialog box, which takes a lot of time to load. We give the statement, 'ie.modal_dialog', at the point, where the dialog box would come. But this statement times out within a few seconds before the modal dialog gets loaded. While executing the

Re: [Wtr-general] .Can we set the Watir's time_out_value in the script?

2007-03-28 Thread John Lolis
class Watir::IE @@attach_timeout = 10 end I think that should work ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general