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.

Reply via email to