Collapse Action (Specific to Ext JS Panel Controls)

Applies to TestComplete 15.62, last modified on March 14, 2024
This method is not supported in web tests (including cross-platform web tests) that use XPath expressions and CSS selectors to locate web elements. This method can be only used in tests that locate web objects by using internal identification properties provided by TestComplete.

Description

Collapses the panel.

Declaration

TestObj.Collapse()

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Result None

Applies To

The method is applied to the following objects:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Result Value

None.

Remarks

If the panel cannot be collapsed, the method fails and posts an error message to the test log.

If the panel is already collapsed, the method performs no action and posts an informative message to the test log.

To collapse an item, you can also call the Expand action with the Expand parameter set to False.

The script recorder recognizes mouse clicks on the “-” buttons within the panel's header and records the Collapse command.

See Also

Close Action (Web Controls)
Expand Action (Specific to Ext JS Panel Controls)
wExpanded Property (Specific to Ext JS Panel Controls)

Highlight search results