Watir not working in Windows 7
Posted
by Ben Mills
on Stack Overflow
See other posts from Stack Overflow
or by Ben Mills
Published on 2009-09-11T19:32:21Z
Indexed on
2010/05/20
20:50 UTC
Read the original article
Hit count: 310
I recently did a fresh install of Windows 7. I installed Ruby 1.8.6 and Watir via RubyGems. When I try to run a Watir script, IE opens and the first page is called, but the problem seems to be that the script doesn't wait for the page to finish loading (which it's always done in the past). Subsequent lines in the script try to access page elements that haven't loaded yet. Is anyone else having this problem?
© Stack Overflow or respective owner