Hi,

How can I get to HEAD to download dialog_tests.rb?

Thanks,
Ben
------------------------------
Date: Tue, 23 Aug 2005 00:49:24 -0500
From: Bret Pettichord <[EMAIL PROTECTED]>
Subject: Re: [Wtr-general] How to click a javascript alert button
To: wtr-general@rubyforge.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"; format=flowed

This is the hardest thing to do with Watir right now, and out top
priority 
to fix.

You might want to look at watir/dialog.rb in HEAD for a new way to
handle 
this -- see dialog_tests.rb for examples on how to use this.

What is HEAD -- this is our CVS repository.

At 02:44 PM 8/22/2005, Lisa Crispin wrote:
>Our app has some buttons that, when clicked, pop up a Javascript alert
>and want a 'yes' or 'ok' response to continue and do the function that
>they do.  I  found some suggestions for how to do this with Watir but
>none of 'em worked.  For example I tried this one:
>   Thread.new { sleep 0.1; WindowHelper.new.push_alert_button }
>   $ie.link(:id, "whatever").click #this causes an Alert()
>Unfortunately I've forgotten the other one I tried and can't find it
>now (this was Friday, I've had a whole weekend to forget).
>
>I found some emails with references to AutoIt, and tried researching
>that but the emails were too cryptic for me.  Is there a way to click
>a button on a Javascript popup alert?
>thanks
>Lisa
>
>_______________________________________________
>Wtr-general mailing list
>Wtr-general@rubyforge.org
>http://rubyforge.org/mailman/listinfo/wtr-general

_____________________
  Bret Pettichord
  www.pettichord.com


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to