Unable to select the item from the list with scroll down

Hi guys!

I am really having tough time to select an item from scroll down. The item I need to choose from list would change every time and hence it is not in a fixed position in a list. How do I know how much scroll if the item to select in the list is not known until the step occurs.

Any help is greatly appreciated.

I am assuming the Select Item activity does not work for you?

You can try a Do While loop
Read the text of the item - if it doesnt equal the item you want - send down arrow key and continue.
If it matches you have selected the correct item.
Make sure you create a break from the loop by checking if the last item read is the same as the next item read.

Thanks, will try that one.

1 Like