Collapse Action (Android Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024
This method is available in legacy mobile tests that work with devices connected to the local computer. To learn how to simulate user actions in newer cloud-compatible mobile tests, see the Simulating user actions in tests section.

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 (Legacy)
Expanding and Collapsing Expandable List Groups
Expand Action (Android Controls)
TouchItem Method (Mobile Controls)
LongTouchItem Action (Android Controls)

Highlight search results