Forum Discussion

Gogineni12's avatar
Gogineni12
New Contributor
3 years ago

How to select 1st value from the dropdown by default

Hi Team,

I have a scenario where I need to choose 1st value from the dropdown by default.

Keyboard actions[Down] + [Enter] also tried but still no luck.

Dropdown seems different compare to general dropdowns..please find the attachment for reference. 

If anyone facing the same kind of issue, please do post the solution

 

 

1 Reply

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Look in Object Spy (you may have to drill down in some fields) and find how you can address the drop down object directly.  It may be an index 0 or index 1 of some higher level object.  That way you can just name it instead of trying to use Keys to get to it.