|
I’m having a similar issue. I’m
a complete ruby/watir newbie… can you explain what you mean by “include
the definition of startClicker”? I couldn’t find the code you
produced within my winClicker.rb file. Thanks. - Keith From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamuna, Nithyanandam (IE10) Hi Jim, a) Include the definition of startClicker
(available in winClicker.rb) def startClicker(
button , waitTime = 0) b) Before you click on delete call
startClicker, say startClicker("OK") c) Call the button click for Delete Hope this helps you, all the best Regards, Jamuna Nithyanandam From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jim che Hi all the ruby code was as below ie.link(:text,"Delete").click 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 |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
