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 [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---