i have application in which i have to use only computer vision as other selectors wont work in it. there are 2 text on which hv to click based on input provided. given below 2 text
Aspiration risk, Medication risk. when i pass Medication risk it clicks it fine, but when i pass aspiration risk its clicking on Medication risk only. in computer vision target i passing input variable in which passing this text as input.
Hi @Yuvaraj_Rane , can you please share the both the selectors of it.
Welcome to the community
Try including accuracy attribute and check in descriptor it takes value from 0 to 1
Cheers
1 Like
Welcome to the UiPath Forum!
Tried two clicks designed or selected for each button instead of making single click dynamically?
Use If activity to decide which click should be performed on the basis of input variable.
@Yuvaraj_Rane - please try what @Anil_G suggested here: add the “Accuracy: 0.95” in your CV descriptor; you’ll then also see a new Advanced mode slider while editing the target. The .95 value raises the Accuracy default .7 value - so matching exact texts should work.