Nformation
11 years agoContributor
Cannot "See" Objects in Windows Store App
I can see UIAObjects from other applications (e.g. OneDrive and PC Settings), but all the Object Spy can see on our app is the app window:
Sys.Process("our.process.name").Window("Windows.UI.Core.CoreWindow", "Our App Name", 1)
It can't see any of the objects or text inside the window.
I have verified the following:
I'm not sure what else to try, especially since I can see objects of other applications. I would love some help.
Sys.Process("our.process.name").Window("Windows.UI.Core.CoreWindow", "Our App Name", 1)
It can't see any of the objects or text inside the window.
I have verified the following:
Our store app is written in C#/XAML.
I have all Desktop extensions (including UI Automation) installed and all Web extensions installed.
In properties, the list of accepted windows includes DirectUIHWND, Windows.UI.CORE.CoreWindow, and even the wildcard asterisk.
TC is installed in Program Files (x86) as required.
I'm not sure what else to try, especially since I can see objects of other applications. I would love some help.