For me the *Ruby Script:* is working.

-----Thanks


On Thu, Oct 29, 2009 at 12:34 PM, Pallavi Sharma <write2pall...@gmail.com>wrote:

> Hi
>
> Watir auto it implementation is not working if i use the REGEXPTITLE of
> auto it with it. The same script written directly in AutoIT works although.
>
> Does anyone knows why is this happening?
>
> Is something wrong with my script or is this not supported?
>
> *Ruby Script:*
>
>  require 'win32ole'
>
> autoit = WIN32OLE.new('AutoItX3.Control')
> ret = autoit.WinWait("[REGEXPTITLE:.*pad.*]")
> autoit.WinClose("[REGEXPTITLE:.*pad.*]")
>
>
> *AutoIT Script*
> *
> *
> *
> WinWait("[REGEXPTITLE:.*pad.*]")
> WinClose("[REGEXPTITLE:.*pad.*]")
>
>
> Anyone here please help.
>
> Thanks,
>
> --
> Pallavi
> *
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to