Forum Discussion

Deef's avatar
Deef
Occasional Contributor
1 year ago
Solved

Easy way to select an option from a dropdown list in a browser?

Hi, I am looking for a standard on screen action on a web page that will select a value (including empty value) from a dropdown list.

I can't find it in the documentation and I only see topics that refer to coded steps.

7 Replies

  • Deef's avatar
    Deef
    Occasional Contributor

    Unfortunately the recording function does not work on my installation, so I cannot let TestComplete determine it for me.

    • rraghvani's avatar
      rraghvani
      Icon for Champion Level 3 rankChampion Level 3

      Are you using keyword tests? What steps have you tried?

  • Deef's avatar
    Deef
    Occasional Contributor

    Yes, I am using Keyword tests. I can click on the field that contains the dropdown. I then tried to "Point and select" the desired value, but TC then allocates another field that is overlapped by the expanded dropdown list.

    I would have liked for TC to recognize the field as a dropdown and then present me (through the "...") a way to state the desired value.