Hi Jarmo,
I'm getting an error with IE.new_process running with version 1.7.0 on
Ruby 1.8.6.  Here are some details below.
Thanks for all your efforts,
MJP

c:/ruby/lib/ruby/gems/1.8/gems/watir-1.7.0/lib/watir/ie-class.rb:
230:in `visible=': undefined method `visible' for []:Array
(NoMethodError)
        from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.7.0/lib/watir/ie-class.rb:
170:in `initialize_options'
        from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.7.0/lib/watir/ie-class.rb:
121:in `_new_process_init'
        from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.7.0/lib/watir/ie-class.rb:
113:in `new_process'
$ie = Watir::IE.new_process



On Jan 6, 9:05 am, Jarmo <[email protected]> wrote:
> 1.8.6 or 1.8.7 are still recommended due to it's dependencies.
>
> Jarmo
>
> On Thu, Jan 6, 2011 at 11:22 AM, Prajakta Jadhav
> <[email protected]>wrote:
>
>
>
>
>
>
>
> > Happy New Year to you too!
> > And thanks for the new Watir. :)
>
> > Is this Watir version tested on latest Ruby, i.e 1.9.2 or is Ruby 1.8.6
> > still the recommended ruby version for Watir?
>
> > Regards,
> > Prajakta
>
> > On Thu, Jan 6, 2011 at 2:26 PM, Jarmo <[email protected]> wrote:
>
> >> Hello and Happy New Year to everyone!
>
> >> This year's first Watir is here - version 1.7.0!
>
> >> Install it with:
>
> >> Windows:
> >>   gem install watir
>
> >> Linux/OS X:
> >>   gem install firewatir
>
> >> Changelog:
>
> >> === IE improvements
>
> >> * Fixed Watir::IE#close_all to close all IE windows, even the ones with
> >> tabs. Closeshttp://jira.openqa.org/browse/WTR-463(Jarmo Pertman)
> >> * IE#wait waits now again until browser has a state of READYSTATE_COMPLETE
> >> due to strange timing issues. Closes
> >>http://jira.openqa.org/browse/WTR-466(Jarmo Pertman)
> >> * Added CSS3 selectors with usage like browser.text_field(:css =>
> >> "input[name='text1']") (Jonas Tingeborn)
> >> * Updated bundled version of AutoIt to 3.3.6.1. Closes
> >>http://jira.openqa.org/browse/WTR-440(Jarmo Pertman)
>
> >> === Firefox improvements
>
> >> * Fixed Element#exists? for cases where nested elements were used for
> >> locating (Alok Menghrajani)
> >> * Ignore uppercase tags in XHTML when searching for elements (Alok
> >> Menghrajani)
>
> >> === General improvements
>
> >> * Return Element#id correctly when using Element#when_present and friends
> >> methods. Closeshttp://jira.openqa.org/browse/WTR-469(Jarmo Pertman)
>
> >> Whole Changelog is available at
> >>http://github.com/bret/watir/compare/v1.6.7...v1.7.0
>
> >> Watir Development Team
>
> >> --
> >> Before posting, please readhttp://watir.com/support. In short: search
> >> before you ask, be nice.
>
> >> [email protected]
> >>http://groups.google.com/group/watir-general
> >> [email protected]<watir-general%2bunsubscr...@goog
> >>  legroups.com>
>
> > _______________________________________________
> > Wtr-development mailing list
> > [email protected]
> >http://rubyforge.org/mailman/listinfo/wtr-development

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

Reply via email to