Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Florent,
data-varname is the HTML attribute. The FindChild method may not work with it. Can you see this property in TestComplete's Object Browser?
I would suggest that you use the EvaluateXPath or FindChildByXPath method - they search for an object based on its HTML attributes. Please read the "Finding Web Objects Using XPath Expressions" article for details.
data-varname is the HTML attribute. The FindChild method may not work with it. Can you see this property in TestComplete's Object Browser?
I would suggest that you use the EvaluateXPath or FindChildByXPath method - they search for an object based on its HTML attributes. Please read the "Finding Web Objects Using XPath Expressions" article for details.