Hi,

I'm wondering if anyone can help me with why I am getting an undefined method error (NoMethodError) for wait_for_browser(). 

Here's a snippet from my script:

#includes:
require 'watir'   # the watir controller
require 'win32ole'
include Watir

#open the IE browser
ie = IE.new

ie.wait_for_browser()

-ben


Start your day with Yahoo! - make it your home page
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to