Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2011-03-30 Thread Željko Filipin
http://stackoverflow.com/questions/5479415/radio-buttons-in-watir-firefox-webdriver http://stackoverflow.com/questions/5473354/firefox-4-setting-always-save-csv-with-watir-webdriver -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

[wtr-general] #42 Andreas Tolf Tolfsen on OperaWatir 1/2

2011-03-30 Thread Željko Filipin
It took us some time to publish it, but #42 is live! http://watirpodcast.com/42-andreas-tolf-tolfsen-on-operawatir-1-2/ The second part is ready and should be published in a few days. Željko -- watir.com - community manager watir.com/book - author viaqa.mobi conference on software testing -

[wtr-general] Managing multiple version of Watir

2011-03-30 Thread Darryl Brown
Hello All, We are currently using Git branches to manage multiple versions of Watir. Our base scripts were all created with 1.6.2 and we're transitioning to the newer versions and testing along the way. Start out with master branch that does that does not have Watir. Then from master, checkout

[wtr-general] Re: Error on Watir installation

2011-03-30 Thread Adam Reed
I ran into this issue yesterday when installing watir for two new users. We also were forced to upgrade to 1.8.7 (even though two of us had the same build of 1.8.6 and the same version of watir installed...). When attempting to install cucumber, we received another error about a gem being

[wtr-general] Re: Error while browser opens

2011-03-30 Thread Chuck van der Linden
Better yet, SHOW US YOUR CODE Also what version of Watir (and/or Firewatir) are you using? On Mar 29, 9:28 am, Abe Heward abe.hew...@gmail.com wrote: Ashu, Try installing the 2.3.8 version of the activesupport gem and see if that helps. Abe On Mar 23, 3:51 am, Ashu ashay.n...@gmail.com

Re: [wtr-general] Managing multiple version of Watir

2011-03-30 Thread Tim Koopmans
Rvm ? Regards, Tim Sent from my mobile ... On 31/03/2011, at 12:39 AM, Darryl Brown d-l-br...@roadrunner.com wrote: Hello All, We are currently using Git branches to manage multiple versions of Watir. Our base scripts were all created with 1.6.2 and we're transitioning to the newer

[wtr-general] Re: Managing multiple version of Watir

2011-03-30 Thread Adam Reed
Also see pik for Windows (I believe it's linked from RVM's site as well): https://github.com/vertiginous/pik/ Adam On Mar 30, 1:23 pm, Tim Koopmans tim.ko...@gmail.com wrote: Rvm ? Regards, Tim Sent from my mobile ... On 31/03/2011, at 12:39 AM, Darryl Brown d-l-br...@roadrunner.com

[wtr-general] Re: Managing multiple version of Watir

2011-03-30 Thread Darryl Brown
RVM is a Ruby version manager. I'm trying to find out if there is a better way to manage multiple versions of Watir. Using Git with a branch for each version is working. Are you guys suggesting that I should manage multiple instances of Ruby with each one having a unique version of Watir?? -or-

Re: [wtr-general] Re: Managing multiple version of Watir

2011-03-30 Thread Dmitriy Korobskiy
How about using Gem to specify explicit versioning, something along these lines: http://docs.rubygems.org/read/chapter/4 Just a thought... -- DK AIM: DKroot1, Skype: DKroot On 3/30/11 2:49 PM, Darryl Brown wrote: RVM is a Ruby version manager. I'm trying to find out if there is a better

[wtr-general] Re: Managing multiple version of Watir

2011-03-30 Thread Adam Reed
I'll admit my reply was more of a response to the first comment than the original issue, but I would agree with the explicit versioning comment unless for some reason you wanted to uninstall your gem and install a specific version for each test: gem uninstall watir gem install watir -v 1.6.5 etc.

[wtr-general] Re: Managing multiple version of Watir

2011-03-30 Thread Darryl Brown
Thanks again for everyone's response but what I'm doing is sufficient for my needs. I was curious to see how (or if) anyone else was doing this differently. My needs are to be able to switch between Watir versions easily. Example: I test one of my scripts on v1.7.0 and it fails. I switch back to