Drop down value

How to show the dropdown list and select one value from list by using ui path?

1 Like

Use “Select Item” activity

3 Likes

Hi recommend this solution : :slight_smile:

1 Like

There are multiple ways to achieve this

  1. Use select item activity
    If is it not supported then try to use
  2. Type into and hit enter ( if your UI support typing in the select drop down)
    If second method also fails then
  3. Use click activity on the arrow mark then use click text.
4 Likes

@Divyashreem Thanks for your help, It Works

1 Like

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