Clicking two objects named identically

Hi there,
I’m trying to recrod activities that cover clicking two separate objects, object-by-object, and failed. I’ve set up anchores and failed again. Any suggestions would be more than welcome.

Picture1
Picture2

1 Like

Hey @kgkorespondencja

This is completely selector dependent.

You need to set the selector accordingly with right properties and values.

Thanks
#nK

Thank you #nK for prompt response. I’ll check details on selector dependancy & dynamic selectors.

BR,
Kaz

1 Like

Hi again,

Unfortunately, I’m still searching for a solution…
I need to click two objects (first object, and then the second one) with the same names located quite close to each other. Could you please instruct me how to do this?
I’ve set the anchors for both objects, however still getting an error message. Step-by-step instructions for Very Junior Robot would be more than welcome:)

Thank you in advance,
Kaz

1 Like

Hey @kgkorespondencja

  1. Just take the selector of the object

  2. Add idx='1' to the selector for clicking first object and increment it for next object

This approach works fine if your number of objects is fixed.

Hope that helps.

Thanks
#nK

Hey #nk

I’ve added idx=‘1’ to the selector of my first selection, and idx=‘2’ to the selector of my second selection - see the picture

However, objects are still not recognized correctly - see the next picture
Screen_3
What’s wrong with my approach?

Thank you,
Kaz

1 Like

Hey @kgkorespondencja

Copy the selector from fuzzy property to normal selector & Kindly un check fuzzy selector option.

Then just update the selector which should only have these attributes aaname, tag, idx, parentid=*treeview*record*

Hope this helps

Thanks
#nK

Hi #nk,
Thank you very much for your instructions - the issues is resolved now!
BR,
Kaz

1 Like

Cool @kgkorespondencja

Thanks
#nK

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.