watir 1.4.1

On Nov 9, 9:46 pm, Bret Pettichord <b...@pettichord.com> wrote:
> What version of Watir are you using?
>
>
>
>
>
> tester86 wrote:
> > I am trying to run a watir script:
>
> > require 'watir'
> > include Watir
>
> > ie = Watir::IE.new
> > ie.goto("http://google.com";)
>
> > ie.text_field(:name, "q").set("watir")
> > ie.button(:name, "btnG").submit
>
> > when I run it from command line ruby filename.rb I get the following
> > error message:
>
> > c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1336:in `method_missing':
> > unknown proper
> > ty or method `document' (WIN32OLERuntimeError)
> >     HRESULT error code:0x800706ba
> >       The RPC server is unavailable.    from c:/ruby/lib/ruby/
> > site_ruby/1.8/watir.rb:1336:in `document'
> >         from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:754:in
> > `getContainerContents'
> >         from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:778:in
> > `getObject'
> >         from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3225:in
> > `initialize'
> >         from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:367:in `new'
> >         from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:367:in
> > `text_field'
> >         from script1.rb:6
>
> > Any Ideas.....?
>
> --
> Bret Pettichord
> Lead Developer, Watir,www.watir.com
> Blog,www.io.com/~wazmo/blog
> Twitter,www.twitter.com/bpettichord- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to