CV elements getting uncertain because of unavailability of anchors

Hi all,

I’m facing a scenario where in I’ve a Address field and 4 text boxes mapped to it. Attaching the screenshot here for your reference.

The screenshot is of CV identified fields of my citrix application. The challenge I’m facing here is, there are no other anchors available other than Address: but if I use the same anchor for all the text boxes it’s over writing the data in first text box itself, if I remove my anchor it’s not even writing it in the Address field.
How to identify these text boxes individually using CV as co-ordinates are not helping out.

Note: I cannot use modern activities of CV as I’ve limitation of installing the connector.

My descriptor for First text box is as follows:
“Target: InputBox (107,158,217,22)” +
“Anchor: Text ‘Address :’ (22,164,52,12)”

Descriptor for second box is : “Target: InputBox (106,183,218,21)”

Hi @Babjee.Vangipurapu

Could you please try it with also providing accuracy parameter like mentioned in the below post.

Try once with accuracy parameter and address as anchor

Try other with only accuracy parameter without address provided as anchor

Hi @sonaliaggarwal47 I’ve done that already but it isn’t working

Hi @Babjee.Vangipurapu

Are you able to show us your modified selector with accuracy?

Hi @sonaliaggarwal47 ,

Sorry delayed reply. Here is the descriptor:
“Target: InputBox (106,183,218,21) Accuracy: 0.99” +
“Anchor: Text ‘Address :’ (22,164,52,12) Accuracy: 0.99”

“Target: InputBox (106,208,218,21) Accuracy: 0.99” +
“Anchor: Text ‘Address :’ (22,164,52,12) Accuracy: 0.99”

What about using CV to type into first of the fields. To handle rest, you could use tab hotkey.

1 Like

Hi @Babjee.Vangipurapu

Which selector are you using?

First one for 1st text box and second one for 2nd text box?

Have you tried the selectors after removing the anchor line completely and keeping only the target line with accuracy?

@Babjee.Vangipurapu this is the most reliable way and how we’d recommend targeting each of these input boxes

let us know if it works for you.