[wtr-general] Re: figured it out Re: stupid install problem

2008-12-28 Thread Lisa Crispin
I didn't think so either. I had just installed it a few weeks ago on the exact same configuration. -- Lisa On Sat, Dec 27, 2008 at 10:49 PM, Charley Baker charley.ba...@gmail.comwrote: Strange, you shouldn't have to do that in Windows. The one click installer used to do it. -c On Fri, Dec

[wtr-general] FireWatir Installation

2008-12-28 Thread aidy lewis
Hi, Can anyone please have a quick look at this to see if it is accurate? http://github.com/aslakhellesoy/cucumber/wikis/setting-up-firewatir I am explicitly using the word FireWatir because: 1. Many people still think Watir is just Windows and IE 2. Many of the Rspec guys use Macs and\or

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-28 Thread wesley chen
Thanks. Wesley Chen. On Sat, Dec 27, 2008 at 10:40 PM, aidy lewis aidy.le...@googlemail.comwrote: Hi, I am not currently at home, so I am on a Vista machine. Has anyone seen a persistant 'about:blank' ie window on Vista? require 'watir' Watir::Browser.default = ie browser =

[wtr-general] Re: persistant 'about:blank' window on Vista.

2008-12-28 Thread wesley chen
ie=Watir::IE.attach(:title,//) ie.goto(www.gmail.com) Thanks. Wesley Chen. On Mon, Dec 29, 2008 at 9:52 AM, wesley chen cjq@gmail.com wrote: Thanks. Wesley Chen. On Sat, Dec 27, 2008 at 10:40 PM, aidy lewis aidy.le...@googlemail.comwrote: Hi, I am not currently at home, so I am

[wtr-general] Unable to Identify Frame in watir 1.6.2.

2008-12-28 Thread parvez . ahammed
Hi All, My Scripts use to work fine on watir 1.5.6 without any problem. I have recently installed 1.6.2 on another machine and tried to run the same script on the new version. I have got the following error `method_missing': document (WIN32OLERuntimeError) Unable to indetify frame. Here is my

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-28 Thread juuser
There is also great framework available for IE (I don't know if it works for Firefox too) called funfx. It has API similar to Watir, which makes it a great tool for testing flex (flash): http://funfx.rubyforge.org/ On Dec 21, 12:41 pm, sai saidesertrose2...@gmail.com wrote: You must be able to