Windows 10 apps
Hi there!
I have a question regarding Windows 10 applications. Is it possible to get into, for example, the objects/elements of the Windows 10 calculator? I would like to know, because we have an UWP application, which can be installed and launched in Windows 10. But we face the same problem with our application. In TestComplete it shows as "Windows.UI.Core.CoreWindow", which is a default in the UI Automation settings. However, it is impossible to get into the main window and see child objects đ
It is possible to spy and see children of the top menu bar (minimize,maximize,close), but not the actual main window (Windows.UI.Core.CoreWindow). The applications are both showing as process "ApplicationFrameHost".
I have done and tried everything, also the suggestions mentioned here:
https://support.smartbear.com/testcomplete/docs/app-testing/desktop/windows-store/requirements.html
Could someone please clear this up for me? đ
Kind regards!
- Hi Sonya!
The problem was the following option: (TestComplete shortcut > right-click > Properties > Compatibility > âRun this program as an administratorâ). When this option is active, it doesnât work. Neither when I double-click the shortcut, nor when I right-click the shortcut and âRun as administratorâ.
However, when I disable this option it always works fine. So when the option is disabled and I double-click the shortcut it works fine, and it also works fine when I right-click the shortcut and âRun as administratorâ.