Hi guys im newbie,
I wanna read specific x and y axis but always computer vision use wrong row. How to turn it anchorable vision?
Thanks!
Hi @NyankiesLab ,
Example Workflow
- CV Scope:
- Configure the
CV Scopewith the appropriate API key and URL.
- CV Anchor Base:
- Drag and drop the
CV Anchor Baseactivity inside theCV Scope.
- Anchor Activity:
- Inside
CV Anchor Base, add aCV Element Existsactivity. - Set the
Targetproperty to the stable element (e.g., a label or header near your data).
- Target Activity:
- Below the
CV Element Exists, add aCV Get TextorCV Clickactivity. - Set the
Targetproperty to the specific data point you want to read or interact with, ensuring it is relative to the anchor
Regards
Sandy
1 Like
- Look for an element on the screen that remains consistent and reliably visible. This anchor element should be unique and not likely to change its position or appearance.
- If Computer Vision consistently selects the wrong row or element, adjust the anchor element or offsets until you achieve the desired accuracy.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.