c# - Missing child comparing inspect.exe to UIAComWrapper.dll returned value of AE.RootElement.FindAll(TreeScope.Children, Condition.TrueCondition) -


i trying to interact third party application. want save text values displayed client auditing purposes.

there many missing elements when using uispy.exe, , complete list when using inspect.exe. lead me believe in order interact application, must use uiacomwrapper.dll.

this inspect.exe results, have complete information exacatly store it.

inspect.exe children:

inspect.exe children

when run following code, returns elements except 1 redacted element.

dim rootchildren = automationelement.rootelement.findall(treescope.children, condition.truecondition) 

what can complete list of root element's children?

when use standard uiautomationclient.dll (no com wrapper), complete list of children rootelement including redacted element. however, element has no children expect titlebar.

i want retrieve precisely displayed inspect.exe element, store tree.

the third party application being run admin visual studio not. when vs opened , run admin, rootelement.children list matched inspect.exe.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -