Skip to main content

[Mobile] Double Tap

Description

Perform a double-tap action on a mobile element.

Keyword name: Mobile.doubleTap

Parameters

ParameterParameter TypeRequiredDescription
toTestObjectYesRepresent a mobile element
timeoutintYesSystem will wait at most timeout (seconds) to return result
flowControlFailureHandlingOptionalSpecify failure handling schema to determine whether the execution should be allowed to continue or stop.

Example

You want to do a double-tap action on the mobile UI element identified as android.widget.Button0 - NEXT:

Mobile.doubleTap(findTestObject('android.widget.Button0 - NEXT'), 0)
Was this page helpful?