[wtr-general] Watir 1.7.0 Released

2011-01-06 Thread Jarmo
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. Closes http://

Re: [wtr-general] Watir 1.7.0 Released

2011-01-06 Thread Prajakta Jadhav
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 wrote: > Hello and Happy New Year to everyone! > > This ye

Re: [Wtr-development] [wtr-general] Watir 1.7.0 Released

2011-01-06 Thread Jarmo
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 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 ve

[wtr-general] Re: Option in select

2011-01-06 Thread Adam Reed
Put a begin/rescue/end around the offending code and prevent the test from exiting. On Jan 5, 1:08 pm, Shlomit Gazit wrote: > The problem is also if the title I am looking for doesnt exists I am > getting an exception: > > Watir::Exception::NoValueFoundException: No option with :title of > "pop_i

[wtr-general] Re: Click on OK Button + click_no_wait problem

2011-01-06 Thread Jarmo Pertman
What version of Watir are you using? If you're using the newest one then read my post about debugging click_no_wait problems at here http://www.itreallymatters.net/post/1366392123/debugging-and-improving-watirs-click-no-wait-method Jarmo Pertman - IT does really matter - http://www.itreallyma

Re: [wtr-general] Watir 1.7.0 Released

2011-01-06 Thread MJP
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)

Re: [wtr-general] Watir 1.7.0 Released

2011-01-06 Thread Charley Baker
There's a ticket open on this and some discussion on it: http://jira.openqa.org/browse/WTR-472 I'd ask the same question to you that Jarmo asked to Alan, why are you using this instead of Watir::Browser.new? Charley Baker Lead Developer, Watir, http://watir.com On Thu, Jan 6, 2011 at 1:42 PM,