Partial dropdown values are extracted on using Select Text

While automating, i tried select Item activity , but only few items are seen in output from dropdown whereas other items are skipped.

Also, tried with find children activity to get data , but found that the no elements are captured in the output.

Seeking help to resolve

Hi @RPA24

Once try GetAttribute Activity and specify visibleinnertext and check whether the output contains all of them

Check it up!
Thank You

Thank you for response. This is providing blank data…

Oh Then there is some catch in the dropdown it is hard to give a solution without experiencing It!

@ppr – the issue we face here is that we are not able to get values from dropdown. we have used find children & find descendants activity as well

then we recommend more details:

  • about the dropdown - element structure (e.g. screenshot from Browser F12 Webtools) showing the select element and its corresponding options
  • find children activity settings, especially the filter
  • the general modelling of retrieving the options and postprocessing the find children result

However keep in mind: the items approach presented in the shared link post

@RPA24

Looks like it is a dynamic loding dropdown…is it like a combo box?

Instead of select item you might need to do scroll and click or search and click

Cheers