Collapse Action (Specific to Ext JS FieldSet Controls)

Applies to TestComplete 15.62, last modified on March 19, 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 object:

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

To collapse an item, you can also set the wExpanded parameter to False.

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.

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

See Also

Expand Action (Specific to Ext JS FieldSet Controls)
wExpanded Property (Specific to Ext JS Field Set Controls)

Highlight search results