[wtr-general] Re: Watir 3.0.rc1 Released

2012-05-03 Thread Dan
Jarmo, Sorry to dig up and old thread, but it seems relevant. When you say switching is already quite easy, do you mean within a single instance, or can I do something like the following below? I'd really like to iterate through all of the browsers I have in a given config file and be able

[wtr-general] Re: Watir 3.0.rc1 Released

2012-02-07 Thread hillary
so what's the replacement for returning options in the select list as an array of strings? -- 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

Re: [wtr-general] Re: Watir 3.0.rc1 Released

2012-02-07 Thread Željko Filipin
On Tue, Feb 7, 2012 at 3:48 PM, hillary weimar1...@gmail.com wrote: so what's the replacement for returning options in the select list as an array of strings? Something like this: browser.select_list.options.collect {|option| option.text} More information:

Re: [wtr-general] Re: Watir 3.0.rc1 Released

2012-02-07 Thread hillary
k. thanks that worked. -- 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

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-16 Thread Jarmo Pertman
Because we're (or at least i am) trying to follow Semantic Versioning (http://semver.org/) more or less, which means that if there are any backward incompatible changes (and there are with 3.0), then the major version number should be increased. Jarmo On Jan 14, 1:38 am, Chuck van der Linden

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-16 Thread Chuck van der Linden
On Jan 16, 2:53 am, Jarmo Pertman jarm...@gmail.com wrote: Because we're (or at least i am) trying to follow Semantic Versioning (http://semver.org/) more or less, which means that if there are any backward incompatible changes (and there are with 3.0), then the major version number should be

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-13 Thread Ivan Kabluchkov
Jarmo, thanks for your job :) -- 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

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-13 Thread Dan Claudiu Pop
+1 On Jan 13, 10:43 am, Ivan Kabluchkov ikabluch...@gmail.com wrote: Jarmo, thanks for your job :) -- 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

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-13 Thread jw
So to be clear, the change to (for example) Button#text would not affect a script that uses watir-webdriver, correct? Is there any noticeable change to watir-webdriver users? Thanks for keeping people writing automation at their job instead of testing manually! On Jan 13, 1:32 am, Jarmo

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-13 Thread Jarmo Pertman
Yes, there aren't any changes for watir-webdriver users, because that is a completely different gem, but this version should make it quite easy to run existing test scripts against Watir or Watir-WebDriver gems because both of these gems are getting more compatible with each other each day. Jarmo

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-13 Thread Chuck van der Linden
+1 Great work. out of curiosity, why the bump to the major version number? On Jan 13, 1:37 am, Dan Claudiu Pop danclaudiu...@gmail.com wrote: +1 On Jan 13, 10:43 am, Ivan Kabluchkov ikabluch...@gmail.com wrote: Jarmo, thanks for your job :) -- Before posting, please read

[wtr-general] Re: Watir 3.0.rc1 Released

2012-01-13 Thread Chuck van der Linden
So what if any are the remaining big differences between the two? the handling for JS popups?? On Jan 13, 10:39 am, Jarmo Pertman jarm...@gmail.com wrote: Yes, there aren't any changes for watir-webdriver users, because that is a completely different gem, but this version should make it quite