[Wtr-general] WATIR Bug on Vista

2006-11-27 Thread Wyatt Preul
Whenever I try to run a WATIR script on Vista I encounter the following error, only after a new IE window appears. I believe that it is failing when trying to navigate to a page. Also, I am running the development gem 1.5.1.1100 as you can see in the error message. Started

Re: [Wtr-general] WATIR Bug on Vista

2006-11-27 Thread Charley Baker
I don't have access to a Vista system and haven't tried running scripts on it. What scripts are you trying to run and where is the error? Does this happen if you simply open irb and do something like this: irb require 'watir' irb include Watir irb ie = IE.start('http://www.google.com') Or is

Re: [Wtr-general] WATIR Bug on Vista

2006-11-27 Thread Bret Pettichord
To me this looks like a known problem with Watir and Ruby 1.8.5, and unrelated to Vista. I suggest you try Ruby 1.8.2. http://jira.openqa.org/browse/WTR-86 Please let us know if this fixes your problem. Bret Wyatt Preul wrote: Whenever I try to run a WATIR script on Vista I encounter the

Re: [Wtr-general] WATIR Bug on Vista

2006-11-27 Thread Wyatt Preul
The fix was found at http://jira.openqa.org/browse/WTR-86 The solution is to copy win32ole.so from C:\ruby\lib\ruby\1.8\i386-mswin32 to C:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.1.1100\watir\win32ole ___ Wtr-general mailing list