What is an effective way to be able to select a particular item from this window, if it is somewhere down the list and needs scrolling down.
Try with a click activity to click on the first Item and then try typeInto activity check whether it is pointing to the correct Item
Thanks,
Srini
You can try using a combination of click and mouse scroll
Use a while loop with condition as true can set a max iteration for satefy
Inside while use a try catch with click in a try activity to click the required value…may be use name field as variable in selector and after that use a break
Then in catch block use mouse scroll activity to scroll further
We can also use check app state with click and break on element found and mouse scroll on element not found
Hope this helps
Cheers
This worked, thanks @Srini84 !
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.