How to select the next item with the same name

Hello, I need help on selecting each result items because they all have the same name. Bot keeps on selecting the first search result item only. The search items (app title) is coming from an excel list.

sc sc2

1 Like

Hey @jamie.med,

Welcome back

Add idx = '1' to the selector.

You can change that number which represents the order number.

You can change that number to 2 for second item.

Thanks :slight_smile:

Please use click activity and make selector dynamic with set only first item

Regards
Sagar

I’m not sure if this is right, I changed the idx=2, but instead of selecting the next row item, it selected for the next column of the first result item. …

1 Like

Hey @jamie.med,

You are halfway.

Instead of tag='TD' use tag='TR'

Thanks :slight_smile:

1 Like

hi, im not sure how to make a selector dynamic, do you have any sample? Thanks

Uhmm, it did not click an item, I activated highlight elements to see, it just read on the whole row. thanks


1 Like

Please use the following selector.

<webctrl tag='TD' aaname='2019 Summer Academy' idx='1' />

This is just an assumption and may work. If possible please post screenshot of complete UiExplorer by indicating the specified element you want.

Thanks :+1:

1 Like

Thank you, I will try this one :slightly_smiling_face:

1 Like