Jump to content

narayan

Members
  • Posts

    5
  • Joined

  • Last visited

narayan's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. @232showtime hi PFA the screehsot for more details Under Visible Text i see, VIP Access Settings Minimize Close Credential ID VSST94629495 Copy Credential ID Security Code 833670 Copy Security code
  2. @232showtime hi i tried all your suggestions and dint work.BTW i already used controlGetText
  3. @Floops can you please elaborate more on OCR solution pls.
  4. Hi Its web application where after providing user details it asks for the security code and the security code can be retrieved from this symantec vip APP only. Kindly help Thanks
  5. Hi Team, I am unable to retrieve the text information present in my control section Kindly help,I used #include <MsgBoxConstants.au3> Run("VIPUIManager.exe") Local $iPID=WinWait("VIP Access","",3) WinActivate($iPID,"") ControlClick($iPID,"","[CLASS:Static; INSTANCE:6]") ControlFocus($iPID,"","[CLASS:Static; INSTANCE:6]") ControlGetHandle($iPID,"","[CLASS:Static; INSTANCE:6]") ControlClick($iPID,"","[CLASS:Static; INSTANCE:6]") Local $textval=ControlGetText($iPID,"","[CLASS:Static; INSTANCE:6]") MsgBox($MB_OK,"title",$textval) WinClose($iPID) Its giving blank for msgbox Thanks
×
×
  • Create New...