Package io.appium.java_client.touch
Class TapOptions
java.lang.Object
io.appium.java_client.touch.ActionOptions<AbstractOptionCombinedWithPosition<T>>
io.appium.java_client.touch.offset.AbstractOptionCombinedWithPosition<TapOptions>
io.appium.java_client.touch.TapOptions
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Creates a map based on the provided options.static TapOptionsDeprecated.It creates an empty instance ofTapOptions.withTapsCount(int tapsCount) Deprecated.Set the count of taps to perform.Methods inherited from class io.appium.java_client.touch.offset.AbstractOptionCombinedWithPosition
verify, withElement, withPosition
-
Constructor Details
-
TapOptions
public TapOptions()Deprecated.
-
-
Method Details
-
tapOptions
Deprecated.It creates an empty instance ofTapOptions.- Returns:
- the empty instance of
TapOptions
-
withTapsCount
Deprecated.Set the count of taps to perform.- Parameters:
tapsCount- the taps count to perform. The value should be greater than zero.- Returns:
- this instance for chaining.
-
build
Deprecated.Description copied from class:ActionOptionsCreates a map based on the provided options.- Overrides:
buildin classAbstractOptionCombinedWithPosition<TapOptions>- Returns:
- options mapping.
-