I just wanted to know what are the use cases where computer vision feature is more effective than other native selectors
All below scenario where you can use Image selector, but can’t due to any reason like stability, accuracy, UI element position keeps changing.
Remote Desktop Automation where you cant install RDP extensions.
Web automation where UI rendered in canvas.
Desktop automation where you don’t get any UI selectors.
1 Like
@Steven_ds_55
Computer Vision works better than native selectors when automating apps that don’t expose UI elements, like in virtual environments (Citrix), older apps, or dynamic UIs, and for interacting with images or text that native selectors can’t reach.
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.