Forum Discussion
Solved
Deef
9 months agoOccasional 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.
Hassan_Ballan
Champion Level 2
9 months agoCan you properly interact with w3schools example?
Is it an HTML <select> multiple Attribute or something else? https://www.w3schools.com/tags/att_select_multiple.asp
I usually need to inspect the element and write my own XPath statement. Finding Web Objects Using XPath Expressions | TestComplete Documentation (smartbear.com)
Hope that helps.