Hi all
     the ruby code was as below
 
    ie.link(:text,"Delete").click
      if $au3.WinExists("Microsoft Internet Explorer")
         log("win exist")
         sleep(1)
         $au3.Send("{TAB 1}{ENTER}")
      else
         log("win not exist")
      end
 
After click the link "Delete" a small window will pop up by script
I want to click the "ok" button of that small window but it can't
The system will log the "win exist" but can't send the operation "enter" to the small window.
How can I do this?
Thank you


Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to