Computer vision differentiating duplicate strings when they are part of larger terms

I am using computer vision tools to try and automate processes with a legacy piece of software at one stage in the process i need the software to select the string “stage 1” however this option is surrounded by terms like “stage 1 egr off” but i want the logic to only click the option that is exclusively “stage 1” Can anyone help with what settings i need to change so that it selects in this way (image for example)

This menu can also appear in different orders than this but i still need the logic to be able to select the "stage 1 " option every time. any help is appreciated.

Hello @CB2498

If you only want to click on STAGE 1 so pass the STAGE 1 string in selector of click

it will only click on STAGE 1

Or please share screenshot of flow for more understanding

Regards,
Rajesh Rane

@CB2498

in cv you can set the accuracy to highest may be 0.95 or above and then try..it should be working for exact match

cheers

where can I find this setting is that within the CV click activity I am using?

i am simply using these commands:


but i think the anchors i have set mean its only working when the menu shows up exactly as it was in the screen scope but id like it to work regardless of the order this menu happens to appear as it can vary.

@CB2498

is it possible to connect on meet for a while its small issue not take much time.

@CB2498

you can include accuracy:0.95 in your cv discriptor in properties

cheers