This section provides information on how TestComplete identifies objects in web applications.
In This Section
About Web Object Identification and Object Models
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.
Web Elements Included in and Excluded From the Tree Model
Provides information about web elements displayed in the Object Browser in the Tree object model.
Web Object Types Used by the Tree Model and Hybrid Mobile Applications
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.
Changing Web Object Model From Tests
Explains how you can dynamically switch between different test object models during the test run.
Web Elements Included in Auto Name Mapping
Explains the Name Mapping structure generated for web applications.
Using Custom Attributes of Web Objects
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.Accessing Native Web Attributes and Methods
Explains how you can improve you tests using native properties, attributes and methods of web elements.