[Wtr-general] Is there a global variable to control the scripts execution speed
ftorres10 at comcast.net
ftorres10 at comcast.net
Tue Mar 13 07:32:32 EDT 2007
Charley
How do you change the time out ?
Thanks.
Charley Baker wrote:
> There's not an execution control variable, but instead of sleep which
> is unreliable, the best bet when using Watir 1.5 is to use the
> wait_until method.
>
> For example,
>
> do something
> ....
> wait_until{ ie.button(:value, 'Click Me').exists?) # poll for some
> control to show up with defaults of timeout:60 seconds, poll every .5
> seconds
>
>
> hth,
>
> Charley
>
>
> On 3/11/07, *Jason He* <Jason.He at resilience.com
> <mailto:Jason.He at resilience.com>> wrote:
>
> Dear all,
> Does watir/ruby provide a global configuration variable which
> could used to change the speed of execution, rather than add many
> "sleep" in each scripts.
> Regards,
> Jason
>
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general at rubyforge.org <mailto:Wtr-general at rubyforge.org>
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
More information about the Wtr-general
mailing list