Forum Discussion
shubhangi
13 years agoContributor
Hi Mike,
Yes. I did add DirectUIHWND to the OpenApplication|MSAA=>Accepted windows.
Tried following combinations. None could find the list of the certificates.
me.LstCerts=Sys.Process("DPInstall").Window("#32770","Windows Security").Window("DirectUIHWND").Window("*ListView*");
Log.Message(me.LstCerts.wItemCount);
me.LstCerts=Sys.Process("DPInstall").Window("#32770","Windows Security").Window("DirectUIHWND").Window("*ListBox*");
Log.Message(me.LstCerts.wItemCount);
me.LstCerts=Sys.Process("DPInstall").Window("#32770","Windows Security").Window("DirectUIHWND").Window("SysListView32", "FolderView");
Please correct me I am wrong in accessing the list.
Thanks,
Shubhangi
Yes. I did add DirectUIHWND to the OpenApplication|MSAA=>Accepted windows.
Tried following combinations. None could find the list of the certificates.
me.LstCerts=Sys.Process("DPInstall").Window("#32770","Windows Security").Window("DirectUIHWND").Window("*ListView*");
Log.Message(me.LstCerts.wItemCount);
me.LstCerts=Sys.Process("DPInstall").Window("#32770","Windows Security").Window("DirectUIHWND").Window("*ListBox*");
Log.Message(me.LstCerts.wItemCount);
me.LstCerts=Sys.Process("DPInstall").Window("#32770","Windows Security").Window("DirectUIHWND").Window("SysListView32", "FolderView");
Please correct me I am wrong in accessing the list.
Thanks,
Shubhangi
Related Content
- 8 years ago
Recent Discussions
- 10 hours ago