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.
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.
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
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. ā¦
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
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
Thank you, I will try this one