Applies to TestComplete 14.30, last modified on November 21, 2019

This section provides information on how TestComplete identifies objects in web applications.
In This Section
Provides an overview of web object models and explains how you can refer to web page objects from your tests.
Describes the Tree object model of web pages.
Provides information about web elements displayed in the Object Browser in the Tree object model.
Provides information about the type names of web elements used in the Tree object model.
Describes the DOM object model of web pages.
Describes the Tag object model of web pages.
Describes the Hybrid object model of web pages.
Explains how you can dynamically switch between different test object models during the test run.
Explains the
Name Mapping structure generated for web applications.
Explains how you can use custom attributes of web elements in
Name Mapping.
Related Topics of Interest
Explains how you can access a web page’s native DOM document
object and use it in your tests.
Explains how you can improve you tests using native properties, attributes and methods of web elements.
See Also
Testing Web Applications