From: Erika Date: 2008-11-13T19:12:10+09:00 Subject: winclicker problem --0-1302594091-1226571295=:10268 Content-Type: text/plain; charset=us-ascii Hi, I used the following code def myclick(button, waitTime = 3) w = WinClicker.new longName = $ie.dir.gsub("/" , "\\" ) shortName = w.getShortFileName(longName) c = "start ruby #{shortName}\\watir\\clickJSDialog.rb #{button} #{waitTime} " puts "Starting #{c}" w.winsystem(c) w=nil end Then, before the button i want to click that generates the popup, added: myclick ("Ok",3) But after I updated the ruby it doesn't have any effect. Another command page is opened but it disappears very quickly, maybe is an error there but can't be seen. The IE wasn't changed in the mean time.Did anyone else experienced the same problem? I would be grateful for any idea. Thank you, Erika --0-1302594091-1226571295=:10268--