Choose item from drop down?

Hi @Vanitha_VS

Try select items if it doe not work

Then try using below

  1. Use a while loop
  2. Inside that use a try catch with click text or click in the try block with the required element
  3. 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