It uses `Watir.default_timeout` to determine the time of the wait. If you want to increase it for a specific element interaction:
`b.button.wait_until(timeout: 45, &:present?).click` On Fri, Feb 3, 2017 at 11:22 AM, Raja gopalan <[email protected]> wrote: > This code > > b.button(:value,'Next').click >> > has the implicit waiting time > > Is there any way I can increase the waiting time? where do I have to set > it? > > -- > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "Watir General" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
