lgonzagi
2 months agoOccasional Contributor
Can TestComplete Name Mapping Identify Multiple Web Elements?
I'm working with TestComplete and trying to use Name Mapping to identify multiple web elements that match a given selector. However, when I paste a selector that finds multiple elements in the Name Mapping object, TestComplete only identifies the first match.
Is there a way to configure Name Mapping so that it can recognize and interact with all matching elements, rather than just the first one? Or do I need to use other functions like FindElements to find the elements I need?