Forum Discussion
AlexKaras
4 years agoCommunity Hero
Hi,
The answer might depend on the tag you are interested in.
At the moment I can think of two options:
-- Use .FindAllChildren() method provided by TestComplete;
-- Use .contentDocument page property to get access to page DOM model and than use DOM properties to get collections of certain page elements (e.g. links, forms, embeds, etc.) - https://support.smartbear.com/testcomplete/docs/app-testing/web/common-tasks/document-object.html