Rehg Click activity

Hello

I need to automate this

For this I’m using type into activity and click activity…but click is not selecting one value it is highlighting everything

Hi @Tejaswini_Yadav1

Did you try changing the Ui Framework by pressing F4 at the time of selection
image

That might Help.

Also I’m guessing that the Select Item isn’t working?

try to spy the first value of the list

make the unique by using like any attribute you get or even you can use idx

Later after type into activity you can use click activity to click on the first element

My suggestion would be use select item activity if you have the exact value

Regards