Collapse Action (Android Controls)

Applies to TestComplete 14.72, last modified on April 22, 2021

Description

The Collapse action collapses the specified group.

Declaration

TestObj.Collapse(Group)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Group [in]    Required    Integer    
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.

Parameters

The method has the following parameter:

Group

Specifies the zero-based index of the desired group. The first group has the index 0, the second - 1, and so on. The index of the last row is wGroupCount - 1.

Result Value

None.

Remarks

If the specified group is not found, Collapse fails and posts an error message to the log.

See Also

Testing Android Applications
Expanding and Collapsing Expandable List Groups
Expand Action (Android Controls)
TouchItem Method (Mobile Controls)
LongTouchItem Action (Android Controls)

Highlight search results