public interface PerformsTouchActions extends ExecutesMethod
Modifier and Type | Method and Description |
---|---|
default void |
performMultiTouchAction(MultiTouchAction multiAction)
Performs multiple TouchAction gestures at the same time, to simulate
multiple fingers/touch inputs.
|
default TouchAction |
performTouchAction(TouchAction touchAction)
Performs a chain of touch actions, which together can be considered an
entire gesture.
|
execute, execute
default TouchAction performTouchAction(TouchAction touchAction)
touchAction
- A TouchAction object, which contains a list of individual
touch actions to performdefault void performMultiTouchAction(MultiTouchAction multiAction)
multiAction
- the MultiTouchAction object to perform.