Forum Discussion

ramprabhus's avatar
ramprabhus
Occasional Contributor
3 years ago
Solved

Combobox selection

hello team,

 

I am getting an combobox object using FindChildByXPath. I need to select (click) on multiple option from combo box drop down in a web application.

 

testobj.Keys is for one input if i need select multiple options what should i do?

 

Thanks in advance!

Ram

  • I could able to find the combo box list items through 'page.Find' method.

    Thanks!

     

2 Replies

  • brumazz's avatar
    brumazz
    SmartBear Alumni (Retired)

    Have you tried creating a test using the record option to see how TC will capture the flow?

    If so, what does the test look like?

     
    • ramprabhus's avatar
      ramprabhus
      Occasional Contributor

      I could able to find the combo box list items through 'page.Find' method.

      Thanks!