This is actually a very long list on a website, I have just uploaded a part of it.
I want to select an item based on user requirements, but there is no search or filtering option available.
How can I click on the desired item from this list?
Hi @Sami_Rajput
Use select item activity
If that does not work then
To open menu perform a click first
Initially set bool = True
use a while loop (bool variable)(set a maximum for safety)
With a element exists or check app state activity on the list item you require(pass the innertext as variable to click different items)
If element exists click on it and set a boolean variable(bool) to false
Else use a scroll activity and scroll the list items
Cheers
Select item is not applicable here…
I’ll try the other methods you have mentioned
1 Like