UIPage Object Methods

Applies to TestComplete 14.80, last modified on May 04, 2021

When testing program object controls, you can use specific methods of the corresponding test object as well as methods that TestComplete applies to all test and onscreen objects. All of these methods are listed below. The methods are organized into categories: Standard, Extended, RTTI, Debug Agent and others. For more information about this, see Categories of Object Methods and Properties.

Method List   | View

Extended

This category includes methods that extend test functionality for the UIPage objects.

Name Description
EvaluateXPath Searches for all the XUL objects that have the specified attribute values. The search expression has the XPath syntax.
FindChildByXPath Searches for the first child XUL object that has the specified attribute values. The search expression has the XPath syntax.
QuerySelector Searches for the first XUL control that matches the specified CSS selector.
QuerySelectorAll Searches for all XUL controls that match the specified CSS selector.
Other Categories

If TestComplete has access to internal methods, properties and files of your tested application (that is, if it is an Open Application), you can call the internal methods and properties as methods and properties of the appropriate test objects. You can view these properties and methods in corresponding categories (Private, Public, RTTI, Debug Agent, Firefox, and so on). These methods and properties are not described in the TestComplete help file. For more information on them, please see the documentation for the development tools that was used to create the application under test.

See Also

UIPage Object

Highlight search results