Hi
I change the startClicker() a little bit, I work fine

def startClicker(objected, button , waitTime = 3)

  w = WinClicker.new

  longName = objectIE.dir.gsub("/" , "\\" )
  
  ....
End

....
And I use it as..

ie = IE::new
startClicker (ie, "OK", 3)


#Then I click the button that produces the popup.

ie.frame("rightframe").frame("search").button(:name, "Submit").click

Hope useful

Hue



_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to