Unable to identify window change using CV activities

I am using Computer Vision to automate the Login screen on the Remote desktop.
After Login, it will open a new window or a pop-up window will appear with error details.
Both the resultant window will have different titles. How to automate this scenario?

Hey,
if you know how those windows could have names you can try use dynamic selectors.
Assign variable with for example as selector’s title and use inside selector like that: {{variableName}}
image

Hi

You can use PICK and PICK BRANCH activity here

First include a pick activity
And inside that use a PICK BRANCH activity where as you can add any number of pick branch activity

In trigger part of each pick branch use a IMAGE EXISTS activity and if it is true then it performs the appropriate action

Have a view on this thread for how to use this activity

Cheers @sowmiya.anbalagan

1 Like