[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-03 Thread Lisa Crispin
As someone whose programming skills are limited, and who primarily works as a tester, it's hard for me to understand what you're saying. We've been running a big Watir suite for a few years now and it has handled our modal dialogs fairly well up to now. That took a bit of doing but we got it

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-03 Thread Bret Pettichord
I'm saying that I do not have a plan on how to support modal dialog testing that will work with both IE and Firefox, and as far as I know, no one else is working on this. Bret Lisa Crispin wrote: As someone whose programming skills are limited, and who primarily works as a tester, it's

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-03 Thread Lisa Crispin
Oh, ok. That kinda sucks, but we were already used to not being able to run the suites w/ firefox. But just to make sure - should it work with IE in the latest version? thanks, Lisa On Wed, Dec 3, 2008 at 2:47 PM, Bret Pettichord [EMAIL PROTECTED] wrote: I'm saying that I do not have a plan on

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-03 Thread Charley Baker
I'm not sure if we're sidetracked or not. The modal dialog support is included in Watir 1.6.2. Modal dialogs in the sense I'm talking about are specific to IE, not Firefox - this is IE specific, with calls to showmodal. I'll reiterate, this is IE only and a piece of something to deal with. The

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-02 Thread Bret Pettichord
The reason that enabled popup is in contrib is to indicate that it is unsupported code. I've never used Watir's modal dialog support for production testing (except for showModalDialogs, which i've used and which IMHO has excellent support). The support for the other modal dialogs needs work

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-11-28 Thread Lisa Crispin
Hi Bret, Just to clarify - So for now we have to use require 'watir\ie' in order to require 'watir\contrib\enabled_popup', but in the next version, we won't have to use require 'watir\ie', correct? My next question may be ignorant - if we want to be able to run our scripts in firewatir as well as

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-11-12 Thread Bret Pettichord
the solution is to add require 'watir/ie' to your script jpweston wrote: After installing WATIR 1.6.2, scripts that have the following line: require 'watir/contrib/enabled_popup' are causing the following error: c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/