I am trying to capture the elements on a C++ form in a Windows Desktop Application. The elements are mainly tables and contents of Dialog boxes. I am able to capture the individual cells in the table but not the entire table. I am unable to get the contents of the dialog box either. I am using SilkTest classic agent for this. Can anybody guide me with this?
Asked
Active
Viewed 70 times
0
-
Have you tried using the Open Agent? – tehlexx Mar 29 '16 at 11:38
-
@tehlexx Yes. Open agent works well with WPF forms but not with C++ forms – Pallavi Prasad Mar 31 '16 at 11:40
-
On the Open Agent you can also try enabling Accessibility support - this is disabled by default as it has some performance impact, but me help in your case. (Options > Agent Options > Advanced, "Use Microsoft Accessibility", assuming you are using Silk Test Classic). – tehlexx Apr 01 '16 at 08:31
-
Thanks @tehlexx. Will try it. – Pallavi Prasad Apr 01 '16 at 09:43
-
Any luck? If so, I'd like to post the suggestion as answer for future reference. – tehlexx Apr 08 '16 at 07:02
-
No luck. The problem is still there. I am trying code. I'll let you know if it works – Pallavi Prasad Apr 12 '16 at 10:39
-
Could you please capture a cell and post the XPath of it? – Thomas Weller Jul 18 '16 at 08:41