We have project to automate Remote app, so we use Computer vision in our automation.
So i use computer vision scope by selecting the appropriate window,
there is only 3 attributes available to identify the window, when i highlight the selection it correctly highlight the remote app window,
But without title attribute it is unable to locate the window,
i cant use title attribute as a selector because title will different in different logins, i mean users,
Then i try to add wildcards to title but no chance, then i configure all the titles inside a configuration excel file and merge title at runtime,
but no chance still bot cant identify the remote app window,
if anyone has suggestions ?
thanks