Forum Discussion
dganov
Staff
13 years agoAs 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.
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.