I cannot to figure out how to use the dropdown

I am trying to allow the user to select a value from the dropdown list on a website during the automation. I have not been able to figure out how to do it. The dropdown list has 4 values and I need the user to be able to click the value then I need to capture that value. Thx

Use a Message Box to pause and prompt the user to make the selection, then they click OK in the Message Box.

Then you just continue as normal and use Get Attribute to find what they selected.

A more advanced option would be to get all the available options from the SELECT, then present them to the user with a UiPath Form, then make the selection on the web page for them based on what they select in the Form.

Hi.

As another approach, we can have user select from UiPath’s dialog using GetText and InputDialog as the following.

Sample20220915-5.zip (4.3 KB)

Regards,