I am getting NoMethodError for "show_images()" method in Watir , what 
should I do? Please help. Thanks.
 
C:\Watir_Scripts>irb
irb(main):001:0> require "Watir"
=> true
irb(main):002:0> browser = Watir::Browser.new
=> #<Watir::IE:0x1b67a41a url="about:blank" title="">
irb(main):003:0> browser.goto("http://www.google.com";)
=> 0.834084
irb(main):004:0> browser.show_images()
NoMethodError: undefined method `show_images' for #<Watir::IE:0x2e0b360>
        from (irb):4
        from C:/Software/Ruby193/bin/irb:12:in `<main>'

-- 
-- 
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.


Reply via email to