Take a look at winClicker.rb, clickWindowsButton should work, something like this:
require 'watir/winClicker'
clicker = WinClicker.new
clicker.clickWindowsButton('File Download', 'Save')

-Charley

On 6/28/06, Andy Case <[EMAIL PROTECTED]> wrote:
Hi,
 
I get the following Pop-up from my application.
 
Is there a WATIR command that allows me to select the buttons below.
 
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general



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

Reply via email to