[Mobile] Double Tap
Description
Perform a double-tap action on a mobile element.
Keyword name: Mobile.doubleTap
Parameters
Parameter | Parameter Type | Required | Description |
---|---|---|---|
to | TestObject | Yes | Represent a mobile element |
timeout | int | Yes | System will wait at most timeout (seconds) to return result |
flowControl | FailureHandling | Optional | Specify failure handling schema to determine whether the execution should be allowed to continue or stop. |
Example
Mobile.doubleTap(findTestObject('android.widget.Button0 - NEXT'), 0)