public class TapOptions extends AbstractOptionCombinedWithPosition<TapOptions>
Constructor and Description |
---|
TapOptions() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
build()
Creates a map based on the provided options.
|
static TapOptions |
tapOptions()
It creates an empty instance of
TapOptions . |
TapOptions |
withTapsCount(int tapsCount)
Set the count of taps to perform.
|
verify, withElement, withPosition
public static TapOptions tapOptions()
TapOptions
.TapOptions
public TapOptions withTapsCount(int tapsCount)
tapsCount
- the taps count to perform.
The value should be greater than zero.public java.util.Map<java.lang.String,java.lang.Object> build()
ActionOptions
build
in class AbstractOptionCombinedWithPosition<TapOptions>