Bounds Properties

Applies to TestComplete 15.63, last modified on April 10, 2024

The Bounds object contains the following properties:

Property List   | View

Extended

This category includes properties that extend test functionality for the Bounds objects.

Name Description
Bottom Specifies the y-coordinate of the lower-right corner of a bounds rectangle.
Height Returns the height of a bounds rectangle.
Left Specifies the x-coordinate of the upper-left corner of a bounds rectangle.
Right Specifies the x-coordinate of the lower-right corner of a bounds rectangle.
Top Specifies the y-coordinate of the upper-left corner of a bounds rectangle.
Width Returns the width of a bounds rectangle.
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

Bounds Object

Highlight search results