How to use Computer vision with x and y axis

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

  1. CV Scope:
  • Configure the CV Scope with the appropriate API key and URL.
  1. CV Anchor Base:
  • Drag and drop the CV Anchor Base activity inside the CV Scope.
  1. Anchor Activity:
  • Inside CV Anchor Base, add a CV Element Exists activity.
  • Set the Target property to the stable element (e.g., a label or header near your data).
  1. Target Activity:
  • Below the CV Element Exists, add a CV Get Text or CV Click activity.
  • Set the Target property to the specific data point you want to read or interact with, ensuring it is relative to the anchor

Regards
Sandy

1 Like

@NyankiesLab

  • 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.