[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] tightness of coupling between watir and watir-webdriver?

2012-01-13 Thread jw
This question was spawned when Jarmo recently announced watir 3.0. I was trying to figure out if the changes he listed would affect my watir-webdriver scripts, and after looking at some code I'm guessing not. When I've installed watir-webdriver it seems watir is a prereq. But I noticed that

[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] watirgrid and watir-webdriver-performance together?

2012-01-13 Thread Dan
Can watirgrid and watir-webdriver-performance be used together? I've got something like the below going, but I get a NoMethodError. All of the providers have up to date chrome and the performance gem installed. Thanks for your help in advance. Watir::Grid.control(:controller_uri =

[wtr-general] Re: New Rich text editor in our web app

2012-01-13 Thread Chuck van der Linden
I would only make a gem if you feel it would be of benefit to others etc. RUBYLIB is a name for an environment variable that tells ruby what directory to search when looking to find something you have a require statement for in the script. If you have your own utility library that you are

[wtr-general] Re: tightness of coupling between watir and watir-webdriver?

2012-01-13 Thread Chuck van der Linden
Here's how I understand things. The 'coupling' is that they both try to implement the same API. The API was originated by Watir, but more recently watir-webdriver has been at the foerfront there and Watir has been in catchup mode. The API is now codified in 'watirspec' which allows both tools

[wtr-general] Re: watirgrid and watir-webdriver-performance together?

2012-01-13 Thread Chuck van der Linden
details of the error might help to determine the cause of the problem On Jan 13, 1:13 pm, Dan dfra...@gmail.com wrote: Can watirgrid and watir-webdriver-performance be used together?  I've got something like the below going, but I get a NoMethodError.  All of the providers have up to date

[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

[wtr-general] Re: watirgrid and watir-webdriver-performance together?

2012-01-13 Thread Dan
I didn't get much more than the no method error, but I'll post more details when I get back to the office. -- 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: Segmentation fault when using thread, watir, and Tk

2012-01-13 Thread Barry
Thanks, John. I just need some simple GUI from Tk. It seems that I can't do it with watir. So I may just go for watij (Java). On Jan 11, 4:20 pm, John Fitisoff jfitis...@yahoo.com wrote: Not sure what's going on there but probably worth mentioning that there are some existing alternatives. I