Hi Chuck, Thanks for the detailed explanation and suggestion. I'll give it a try.
Thanks, Fabian El miércoles, 27 de marzo de 2013 11:13:57 UTC-3, [email protected] escribió: > > Hi Folks, > > The title pretty much says it all. After I click a button to load a form I > get the above error. My code: > > browser = Watir::Browser.new :ie > browser.driver.manage.timeouts.implicit_wait = 360 > browser.goto 'http://myform.html' > browser.text_field(:name => 'EmpNumber').set empnum > browser.text_field(:name => 'LastName').set lastName > browser.button(:value => 'Load Form').click > browser.button(:value => 'Load Form').wait_while_present > > This still timesout before 6 minutes ... So I don;t know what I'm doing > wrong. > > Before you ask, yes, I've googled and searched this list and stack > overflow was well :) > > Thanks, > Fabian > -- -- 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/groups/opt_out.
