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, withPositionpublic static TapOptions tapOptions()
TapOptions.TapOptionspublic 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()
ActionOptionsbuild in class AbstractOptionCombinedWithPosition<TapOptions>