Package | Description |
---|---|
com.hp.lft.sdk.mobile |
Provides the SDK for testing objects in mobile applications.
|
Modifier and Type | Method and Description |
---|---|
PinchArgs |
PinchArgs.setGesture(java.lang.String gesture)
Sets the gesture class designed by the mobile application developer to handle this gesture on this object.
|
PinchArgs |
PinchArgs.setLocation(Location location)
Sets the location to perform the pinch operation.
|
PinchArgs |
PinchArgs.setVelocity(java.lang.Double velocity)
Sets the speed at which to perform the pinch gesture.
|
Modifier and Type | Method and Description |
---|---|
void |
UiObjectBase.pinch(double scale,
PinchArgs args)
Perform a Pinch gesture on the object.
|