Package io.appium.java_client.touch
Class ActionOptions<T extends ActionOptions<T>>
java.lang.Object
io.appium.java_client.touch.ActionOptions<T>
- Direct Known Subclasses:
AbstractOptionCombinedWithPosition,PointOption,WaitOptions
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionOptions
public ActionOptions()Deprecated.
-
-
Method Details
-
verify
protected abstract void verify()Deprecated.This method is automatically called before building options map to verify the consistency of the instance.- Throws:
IllegalArgumentException- if there are problems with this options map.
-
build
Deprecated.Creates a map based on the provided options.- Returns:
- options mapping.
-