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 public class TapOptions extends AbstractOptionCombinedWithPosition<TapOptions>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TapOptions()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
build()
Deprecated.Creates a map based on the provided options.static TapOptions
tapOptions()
Deprecated.It creates an empty instance ofTapOptions
.TapOptions
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
-
-
-
-
Method Detail
-
tapOptions
public static TapOptions tapOptions()
Deprecated.It creates an empty instance ofTapOptions
.- Returns:
- the empty instance of
TapOptions
-
withTapsCount
public TapOptions withTapsCount(int tapsCount)
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
public java.util.Map<java.lang.String,java.lang.Object> build()
Deprecated.Description copied from class:ActionOptions
Creates a map based on the provided options.- Overrides:
build
in classAbstractOptionCombinedWithPosition<TapOptions>
- Returns:
- options mapping.
-
-