Forum Discussion

googleid_109376's avatar
googleid_109376
Occasional Contributor
13 years ago

Properties in non-html tag

Hello,



We're developing an web application that has some non html tags. I would like to know if TestComplete can read properties of non-html tags, and if the answer is no, how can we add new tags to the recognizable list of tags of testcomplete.



Thanks a lot.
  • As far as I know TestComplete does not provide the possibility to customize the list of recognizable tags.

    If you are using the TestComplete's Tree web model then I think the only way to work with non html tags is to find them using FindChildByXPath or QuerySelector methods, but found objects will not have TestComplete properties and actions available (Click, Exists, Visible and so on).

    Also I think Tag and DOM web models will show non html tags, but you will lose the support of new Browsers object and maybe some other recent TestComplete improvements.