I am using Check App State to confirm the automation has moved to the correct page in an application. The window selector looks like this:
The title is the value that changes depending on where we are in the application, app and cls stay the same. Using Selector Editor the validation fails which is correct (and UI Explorer gives the same result):
Unfortunately I can’t do that because it’s an app delivered via RDP. I’m not in a RDP session on another desktop, the app launches via RDP (similar to Citrix). So selectors for individual UI elements are not available.
However, I can use CV to check for the text of the title - but I’d probably switch to Element Exists instead of trying to use CV.