How to show the dropdown list and select one value from list by using ui path?
Use “Select Item” activity
3 Likes
Hi recommend this solution :
1 Like
There are multiple ways to achieve this
- Use select item activity
If is it not supported then try to use - Type into and hit enter ( if your UI support typing in the select drop down)
If second method also fails then - 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.