How to select the item from textbox in RPA Uipath

Hi,

I have a requirement when i enter the project number in textbox, the value get listed in dropdown.Even i entered the full project number still it is expecting the listed item to get selected.

Say for example: Think google search is in text box, Once i provide the details before complete itself it will shown dropdown and we can select that any of the option and click on search. Similar my requirement is i will enter the full details in textbox and it will display it in dropdown, I want to select the item then only search button will be enabled as per functionality.

So please help me on how to select the textbox listed in dropdown in UIpath community edition.

I tried with select item it will be done for dropdown option not for textbox.

1 Like

You can use send hot keys for selecting the list item.

Enter full project number
Send Hot Key → Down arrow
Send Hot Key → Enter

Regards,
Karthik Byggari

5 Likes

ok, HotKey didnt came to my mind.Thanks it got worked.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.