[ 
http://jira.openqa.org/browse/WTR-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charley Baker closed WTR-259.
-----------------------------

    Resolution: Cannot Reproduce

Old code, old problem, a lot of other solutions have popped up in the meantime. 

> Winclicker - no effect after update was done
> --------------------------------------------
>
>                 Key: WTR-259
>                 URL: http://jira.openqa.org/browse/WTR-259
>             Project: Watir
>          Issue Type: Bug
>    Affects Versions: 1.5.6
>         Environment: watir 1.5.6 (latest watir and ruby version which can be 
> updated from the net)
>            Reporter: GEA
>            Priority: Major
>             Fix For: Future
>
>
> 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. 
> Is this a bug?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to