Web Form Drop Down Field Issue

I have a webform that has a drop down list I want to select from, but this is not a standard drop down list

The Automation needs to click in the actual field; this then displays a type in field and the requirement is to select the matching item from the list displayed. However, I have tried to use the Enter option, but this does not work.

Can anybody assist please

image

Treat the result that shows up as a UI Element like anything else. Add another Click activity and click it.

Hey @gary.cobden
I had a similar scenario in the Remedy app, I had to click for the dropdown to appear. Then I had to click on an item in that list. If you do it correctly and use the selector correctly, it will be immune to any changes :slight_smile:

2 Likes