Hi @Vanitha_VS
Try select items if it doe not work
Then try using below
- Use a while loop
- Inside that use a try catch with click text or click in the try block with the required element
- In catch block use a scroll activity
Let the loop run till the item is clicked or for a maximum loop count to stop
Cheers