- pageSourceToContain(WebDriver, String) - Static method in class io.selendroid.client.waiter.WaitingConditions
-
- pageTitleToBe(WebDriver, String) - Static method in class io.selendroid.client.waiter.WaitingConditions
-
- pause() - Method in class io.selendroid.client.TouchActionBuilder
-
Pause can be used to synchronize actions in a MultiTouchAction chain, pause() is equivalent
to a no-op for a tick.
- pause(int) - Method in class io.selendroid.client.TouchActionBuilder
-
Pause for a given period of time (in milliseconds).
- perform(WebDriver) - Method in class io.selendroid.client.MultiTouchAction
-
- perform(WebDriver) - Method in class io.selendroid.client.TouchAction
-
- pointerCancel() - Method in class io.selendroid.client.TouchActionBuilder
-
Cancels the existing sequence of actions.
- pointerDown(WebElement) - Method in class io.selendroid.client.TouchActionBuilder
-
Places the pointer down at the top left corner of the specified WebElement.
- pointerDown(int, int) - Method in class io.selendroid.client.TouchActionBuilder
-
Places Pointer down at the specified (x, y) coordinates.
- pointerDown(WebElement, int, int) - Method in class io.selendroid.client.TouchActionBuilder
-
Places pointer down at an offset from the top left corner of the specified WebElement
- pointerMove(WebElement) - Method in class io.selendroid.client.TouchActionBuilder
-
Moves the pointer to the top left corner of the specified WebElement.
- pointerMove(int, int) - Method in class io.selendroid.client.TouchActionBuilder
-
Places Moves the pointer to the specified (x, y) coordinates.
- pointerMove(WebElement, int, int) - Method in class io.selendroid.client.TouchActionBuilder
-
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.
- pointerUp() - Method in class io.selendroid.client.TouchActionBuilder
-
Removes pointer from the touch screen at it's current position.