Hover item selection

Hi

I have to hover on an item2 , which I got by hovering on another item1 from a dropdown list. The item2 is 94th from a list of 100 , hence not visible on the screen. There is small scroll down arrow at the bottom of the list which has item2 ,but not able to select .
Someone pls guide me to resolve this issue .

Thank you

Hi @Raj_esh

Select item activity not working for this case. You can directly indicate the dropdown Ui element. It will automatically select the option in the drop-down.

Hope it helps!!

Could you pls explain in detail ? I have already hovered on item1, and have the list for item2 open

Could you share a screenshot how the the list of items looks like… @Raj_esh


Cannt share the original but this is how it looks . The bottom arrow is the one to scroll down to reach the item2 , which is not a valid hi element to do any activity

Tested with click image , this too not working

Okay @Raj_esh

There is a list of items right then use the for each UI element activity and indicate one item in the list. The output of for each UI element activity is CurrentElement.

After indication come back to studio and open the configure Filter option in for each UI element activity and give the value as it is follow case sensitive. Inside for each insert the Click activity open the properties and pass the CurrentElement to the Input element field.

It will automatically select the element that you have given in the configure Filter option in for each UI element activity.

Hope it helps!!

It worked thank you :blush:
Instead of click mine was hover .

1 Like

oh it’s work for you, that’s nice, It’s my pleasure… @Raj_esh

Happy Automation!!

1 Like

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