I am automating an application running in the remote machine. I’m using CV Screen scope. When I click a button in a window it will open another window, after its open, its not kept as the active window…its getting minimized / hidden, the parent window only shows as active window. so my activities on the popup window failing. Thanks in Advance.
Whenever a new window gets opened you will have to refresh cv scope/screen.
CV Refresh is deprecated. how to refresh the CV Screen Scope.
Hi @VelanDev,
Welcome to community.
You can try using the CV Screen Scope activity with the Retry Scope activity and set the retry options to wait for a certain amount of time before retrying until the CV activities are successful. This can help ensure that the screen is properly refreshed before running the CV activities.
Regards,
MY
sorry, retry scope doesn’t work.
Welcome to the community
Did you try installing remote runtime client ?
That way you can use normal activities as well…
If you are looking at cv only then after the pop up try using a different cv scope and use that to close the window or minimize it
Cheers
You can add multiple screens in the cv screen scope now, so it should work in that way. If its failing still, for each new pop-ups (or new windows/screens), try to use a separate cv screen scope.
Both doesn’t work.
Whats the error message you are getting?