You are getting that error because you are calling a method that does not
exist.
I would suggest learning more about ruby.


On Wed, Jan 8, 2014 at 1:48 AM, Sanjeev Singh <bapu.cvra...@gmail.com>wrote:

> Hi All,
>
> I am getting the below error when I type the below code
> irb
> require "watir"
> ie = Watir::Browser.new :ie
> ie.goto "http://www.google.com";
> #till this point it works fine
>
> ie.show_all_objects gives the error "NoMethodError: undefined method
> 'show_all_objects' for #<Watir::Browser:0x28.............."
>
> Any help on this will be greatly appreciated.
>
>
> thanks..!!
>
> --
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com
>
> ---
> 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 watir-general+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
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 watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to