[wtr-general] Re: I want to disable this implicit 'when_present'

2016-12-05 Thread Raja gopalan
Yes, it works, thanks. On Monday, December 5, 2016 at 7:24:38 PM UTC+5:30, Lucas Tierney wrote: > > You should be able to disable the when_present waiting before actions by > setting Watir.relaxed_locate = false > > On Monday, December 5, 2016 at 7:21:35 AM UTC-6, Raja gopalan wrote: >> >> How

[wtr-general] Re: I want to disable this implicit 'when_present'

2016-12-05 Thread Lucas Tierney
If you just want it to wait a shorter time, set Watir.default_timeout (default is 30) On Monday, December 5, 2016 at 7:54:38 AM UTC-6, Lucas Tierney wrote: > > You should be able to disable the when_present waiting before actions by > setting Watir.relaxed_locate = false > > On Monday,

[wtr-general] Re: I want to disable this implicit 'when_present'

2016-12-05 Thread Lucas Tierney
You should be able to disable the when_present waiting before actions by setting Watir.relaxed_locate = false On Monday, December 5, 2016 at 7:21:35 AM UTC-6, Raja gopalan wrote: > > How do I do that? I want to disable this implicit when_present, how do I > do that? It's waiting in some places

[wtr-general] I want to disable this implicit 'when_present'

2016-12-05 Thread Raja gopalan
How do I do that? I want to disable this implicit when_present, how do I do that? It's waiting in some places for a long time which I could check in my log so easily. -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.