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

2011-04-02 Thread Jarmo Pertman
Hi! I don't understand how your current solution works? It doesn't work like that. As soon as you install newer version of Watir then it will be used and it doesn't matter which branch you're with your git since gem will be loaded from the Ruby gems directory and hasn't anything to do with your

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

2011-04-02 Thread Darryl Brown
Hi Jarmo, Thanks for your reply. I will simply say that it does work like that. I am using git to manage the entire ruby directory - so Ruby Gems directory is included. I will explain it in very basic terms using three files in the example below. Imagine that rooby = ruby. Note that the

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

2011-04-02 Thread joedio
One other way to consider is using Virtual Machines (VM's). Create VM's with different combinations of Browser, Ruby and Watir. It takes a bit of time to get the VM software and the various VM's setup initially, but saves a ton of time in switching between OS's and in trying out new Browser,

[wtr-general] Watir trying to open IE8

2011-04-02 Thread Sirisha Pusapati
Hi, We are using watir in our automation framework to run ruby tests. The application to run the ruby tests is running as a service. We have no problem when trying to open IE7 using watir. But when we are using to watir to open 2 IE8 concurrently using different user account we are seeing errors.