public abstract class BaseComparisonOptions<T extends BaseComparisonOptions<T>>
extends java.lang.Object
Constructor and Description |
---|
BaseComparisonOptions() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
build()
Builds a map, which is ready to be passed to the subordinated
Appium API.
|
T |
withEnabledVisualization()
Makes the endpoint to return an image,
which contains the visualized result of the corresponding
picture matching operation.
|
public T withEnabledVisualization()
public java.util.Map<java.lang.String,java.lang.Object> build()