In a website when you start typing something it will give a dropdown. how to select an item from that drop down using UIPATH?

Hi All,
in a website when you start typing something it will give a dropdown. how to select an item from that drop down using UIPATH?

Hi @krishna.brundavanam, welcome to forum

To do that try this way :

  1. use tye into to type the search box
  2. then use click activity to select the option

Please let me know if it works

Regards
Nived N

Happy Automation

@krishna.brundavanam
have a look here maybe thedropdown is composed in the same manner or the used building blocks helps you to setup the custom solution:

if the url is public so feel free to share it with us

Thanks for the XAML file but i am looking for something else… i cannot share my file with you as its confidential.

ok, the provided xaml was just about to show case on the different building blocks like using find children, how to handle the dropdown composed by textfield, hidden ul/li and select/options.

If your case / drop down is different (e.g. other webframework or else) so feel free to provide us more details (screenshots, web element structures, issue descriptions etc) on this and we can have a look on it.