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

2012-05-04 Thread Jarmo Pertman
Right, you cannot require both in the same Ruby process because you will get errors like these. You'd have to run separate processes if you'd like to do something like this. J. On Thursday, May 3, 2012 4:46:43 PM UTC+3, Dan wrote: > > Jarmo, > > Sorry to dig up and old thread, but it seems rel

[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 t

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

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 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: http://watir.com/2012/02/01/watir-webdriver-0-5-2/ Želj

[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 watir-general+unsubscr...@g

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

2012-01-17 Thread Jarmo Pertman
I'm afraid the easiest way would be to just try to upgrade and move step-by-step. Of course if someone likes and has the time, could make some article into Wiki comparing the differences like it's similar to Watir 1.x and Watir-WebDriver in its wiki. Jarmo On Jan 16, 7:16 pm, 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 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 increased. > >

[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 wro

[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 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 > easy to run ex

[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 wrote: > +1 > > On Jan 13, 10:43 am, Ivan Kabluchkov wrote: > > > > > > > > > Jarmo, thanks for your job :) -- Before posting, please read http://watir.com/support. In short: searc

[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 Jarmo Pertman
There have been some ideas to create a gem, which would allow easy switching between Watir and Watir-WebDriver gems, but it's not going to happen right now. You can switch between them quite easily already without any additional gems. Jarmo On Jan 13, 3:40 pm, Abe Heward wrote: > Are there plans

[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 wrote:

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

2012-01-13 Thread Abe Heward
Are there plans to, at some point, merge Watir and Watir-Webdriver into one thing? -- 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...@googlegrou

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

2012-01-13 Thread Dan Claudiu Pop
+1 On Jan 13, 10:43 am, Ivan Kabluchkov 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 watir-general+unsubscr...@googlegroups.

[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