But it's a lengthily program the line which has the problem may be at 30, Is that okay? Do you want full log?
On Tue, 6 Nov 2018 at 21:26, Titus Fortner <[email protected]> wrote: > I will need to see logging information to be able to help further. > > > > On Tuesday, November 6, 2018 at 9:49:32 AM UTC-6, [email protected] > wrote: >> >> Hi Titus, >> >> something goes terribly wrong while watir waits for element to exist. >> Even after page loads completely, button clicks waits for 30 seconds and >> reports me element doesn't exist. So I did this. >> >> begin >> b.button(id: 'something').click >> rescue >> b.button(id: 'something').click >> end >> >> >> I put a debug pointer at the button click which comes in rescue so when >> program enters into the rescue block, I execute by clicking F8 in RubyMine, >> it works fine. So something terribly goes wrong in your waiting for element >> to exist. >> >> >> >> -- > -- > Before posting, please read > https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. > > 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 https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. 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.
