CV Screen Scope - Delete unused screen

Hi,

I want to know is there a way to remove/delete unused screens in the CV Screen Scope Container.

For example in the below shown container, I have two screens and I want to delete one of them.
image

Thanks

@rajneesh94

You would typically need to manually manage and clean up screens as needed within your automation logic.

There is no direct feature to remove or delete unused screens in the CV Screen Scope Container

by implementing this you can mange

  1. Use Exception Handling: Handle exceptions appropriately in your workflow to deal with screens that are not required. When a screen is not needed, catch the exception (Image Not Found) and continue the automation flow.
  2. Use Conditional Logic: Before interacting with a screen within the CV Screen Scope, implement conditional logic to check if that screen is necessary. If not, skip the interactions related to that screen.
  3. Manually Close Unused Screens: For screens that are no longer needed and remain open, you may need to manually close them using simulate user actions like pressing Alt+F4 or clicking the close button.

Hi,

Computer Vision (CV) activities and the CV Screen Scope Container did not provide a direct way to remove or delete screens within the container. The CV Screen Scope Container was designed to hold multiple screens for different purposes, but it did not include built-in features for removing or managing screens once they were added.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.