Yes I've done exactly as it says there. Here's an example of my
difficulties:

irb(main):008:0> b = Watir::Browser.start "http://www.google.com";
NoMethodError: undefined method `start' for Watir::IE:Class
        from
C:/Ruby191/lib/ruby/gems/1.9.1/gems/commonwatir-1.6.5/lib/watir/browser.rb:71:in
`start'
        from (irb):8
        from C:/Ruby191/bin/irb:12:in `<main>'

and

irb(main):009:0> b = Watir::Browser.start
ArgumentError: wrong number of arguments (0 for 1)
        from (irb):9
        from C:/Ruby191/bin/irb:12:in `<main>'

(Ignore the line numbers. Those are from my irb session). So it looks like I
can't "win". Any other ideas?

Nathan

On Mon, Jul 12, 2010 at 12:56 PM, Tiffany Fodor <tcfo...@comcast.net> wrote:

> Hey Nathan!
>
> Have you checked watir.com?  Here's the installation page:
>
> http://watir.com/installation/
>
> Hope this helps!
>
> -Tiffany
>
> On Jul 12, 12:52 pm, Nathan Lane <nathamberl...@gmail.com> wrote:
> > Any thoughts? The examples on OpnQA seem to be broken, and I haven't kept
> > up. How do I get going again?
> >
> > --
> > Nathan Lane
> > Blog,http://blog.nathandelane.com
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> You received this message because you are subscribed to
> http://groups.google.com/group/watir-general
> To post: watir-general@googlegroups.com
> To unsubscribe: 
> watir-general+unsubscr...@googlegroups.com<watir-general%2bunsubscr...@googlegroups.com>
>



-- 
Nathan Lane
Blog, http://blog.nathandelane.com

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

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to