How to click a particular value after extracting data from shown window

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.

@neha.verma

Did you try with Select Items activity?

Thanks,
Srini

@neha.verma

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

@neha.verma

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 !

1 Like

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