Forum Discussion

Mojo's avatar
Mojo
Occasional Contributor
7 years ago
Solved

How to make recognition index generic?

Hi all,    I am using a keyword driven descriptive framework. All the recognition are kept in an external file like notepad, excel etc.  Here i have a recognition of a window object as follows: Sy...
  • shankar_r's avatar
    7 years ago

    Current:

    Sys["Process"]("SmAlloc")["Window"]("Afx:*", "Production * - IO-Allocation", 2)["Window"]("AfxMDIFrame110u", "", 1)["Window"]("SysTreeView32", "", 1)

     

    Can you try like this,

    Sys["Process"]("SmAlloc")["Window"]("Afx:*", "Production * - IO-Allocation")["Window"]("AfxMDIFrame110u", "", 1)["Window"]("SysTreeView32", "", 1)