Description
The TouchItem
action simulates touching an item of the collection in an Android application.
Declaration
TestObj.TouchItem(Group, Item)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Group | [in] | Required | Variant | |
Item | [in] | Required | Integer | |
Result | None |
Applies To
The method is applied to the following object:
View Mode
This method is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Parameters
The method has the following parameters:
Group
Specifies the desired group. You can enter the group’s index (from 0) or its name.
The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.
The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.
Item
Specifies a zero-based item’s index.
Result Value
None.
Example
To view an example that demonstrates how to use the TouchItem
method, see Selecting Expandable List Groups and Items.
See Also
Testing Android Applications
Selecting Expandable List Groups and Items
LongTouchItem Action (Android Controls)
Touch Action (Mobile Objects)