| Package | Description |
|---|---|
| io.selendroid.client |
| Modifier and Type | Method and Description |
|---|---|
TouchActionBuilder |
TouchActionBuilder.flick(org.openqa.selenium.Point origin,
FlickDirection direction,
int distance,
int duration)
Non-standard (high-level) command to flick the screen in a given tick.
|
TouchActionBuilder |
TouchActionBuilder.pause()
Pause can be used to synchronize actions in a MultiTouchAction chain, pause() is equivalent
to a no-op for a tick.
|
TouchActionBuilder |
TouchActionBuilder.pause(int ms)
Pause for a given period of time (in milliseconds).
|
TouchActionBuilder |
TouchActionBuilder.pointerCancel()
Cancels the existing sequence of actions.
|
TouchActionBuilder |
TouchActionBuilder.pointerDown(int x,
int y)
Places Pointer down at the specified (x, y) coordinates.
|
TouchActionBuilder |
TouchActionBuilder.pointerDown(org.openqa.selenium.WebElement element)
Places the pointer down at the top left corner of the specified WebElement.
|
TouchActionBuilder |
TouchActionBuilder.pointerDown(org.openqa.selenium.WebElement element,
int x,
int y)
Places pointer down at an offset from the top left corner of the specified WebElement
|
TouchActionBuilder |
TouchActionBuilder.pointerMove(int x,
int y)
Places Moves the pointer to the specified (x, y) coordinates.
|
TouchActionBuilder |
TouchActionBuilder.pointerMove(org.openqa.selenium.WebElement element)
Moves the pointer to the top left corner of the specified WebElement.
|
TouchActionBuilder |
TouchActionBuilder.pointerMove(org.openqa.selenium.WebElement element,
int x,
int y)
Moves the pointer to a position offset from the top left corner of the specified WebElement
This is only possible if the pointer is currently down.
|
TouchActionBuilder |
TouchActionBuilder.pointerUp()
Removes pointer from the touch screen at it's current position.
|
Copyright © 2015. All rights reserved.