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 .
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.
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
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.