no it didn't worked for me from the faqs. thisis my code;
def startClicker( button , waitTime = 3)
w = WinClicker.new
longName = $ie.dir.gsub("/" , "\\" )
shortName = w.getShortFileName(longName)
c = "start rubyw #{shortName }\\watir\\clickJSDialog.rb #{button }#{
waitTime} "
puts "Starting #{c}"
w.winsystem(c)
w=nil
end
and this is my watir code..
$ie.link(:url,"http://localhost:3000/projects/destroy/153").click
startClicker("OK" , 5)
$ie.button(:value,'OK').click
please tell me the error in this.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6581&messageID=18860#18860
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general