Drop Down element count

Hi All,
I facing how to get drop down elements count in uipath without open browser.
Any one can help me

@venugopal7
In General IT IS done with The find children Activity
Configured the selector to the dropdown
Specify a Filter for the selectitems
This will Return a list of uielements that can be Count.

Whats the requirement for doing this, without opening the Browser. Can you give US some more Detail in this? Thanks

Hi @venugopal7,
You can find the count of items in a dropdown by using UiAutomation.
Either use find children or the easier way would be to do a full text screen scrapping which will return all the items as a string which you can split by environment.newline to get its count.