|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TouchAction in io.appium.java_client |
---|
Methods in io.appium.java_client that return TouchAction | |
---|---|
TouchAction |
TouchAction.longPress(int x,
int y)
Press and hold the at an absolute position on the screen until the contextmenu event has fired. |
TouchAction |
TouchAction.longPress(org.openqa.selenium.WebElement el)
Press and hold the at the center of an element until the contextmenu event has fired. |
TouchAction |
TouchAction.longPress(org.openqa.selenium.WebElement el,
int x,
int y)
Press and hold the at an elements upper-left corner, offset by the given amount, until the contextmenu event has fired. |
TouchAction |
TouchAction.moveTo(int x,
int y)
Move current touch to an absolute position on the screen |
TouchAction |
TouchAction.moveTo(org.openqa.selenium.WebElement el)
Move current touch to center of an element. |
TouchAction |
TouchAction.moveTo(org.openqa.selenium.WebElement el,
int x,
int y)
Move current touch to an element, offset from upper left corner |
TouchAction |
TouchAction.perform()
Perform this chain of actions on the driver. |
TouchAction |
MobileDriver.performTouchAction(TouchAction touchAction)
|
TouchAction |
AppiumDriver.performTouchAction(TouchAction touchAction)
Performs a chain of touch actions, which together can be considered an entire gesture. |
TouchAction |
TouchAction.press(int x,
int y)
Press on an absolute position on the screen |
TouchAction |
TouchAction.press(org.openqa.selenium.WebElement el)
Press on the center of an element. |
TouchAction |
TouchAction.press(org.openqa.selenium.WebElement el,
int x,
int y)
Press on an element, offset from upper left corner by a number of pixels |
TouchAction |
TouchAction.release()
Remove the current touching implement from the screen (withdraw your touch) |
TouchAction |
TouchAction.tap(int x,
int y)
Tap an absolute position on the screen |
TouchAction |
TouchAction.tap(org.openqa.selenium.WebElement el)
Tap the center of an element. |
TouchAction |
TouchAction.tap(org.openqa.selenium.WebElement el,
int x,
int y)
Tap an element, offset from upper left corner |
TouchAction |
TouchAction.waitAction()
A wait action, used as a NOP in multi-chaining |
TouchAction |
TouchAction.waitAction(int ms)
Waits for specified amount of time to pass before continue to next touch action |
Methods in io.appium.java_client with parameters of type TouchAction | |
---|---|
MultiTouchAction |
MultiTouchAction.add(TouchAction action)
Add a TouchAction to this multi-touch gesture |
TouchAction |
MobileDriver.performTouchAction(TouchAction touchAction)
|
TouchAction |
AppiumDriver.performTouchAction(TouchAction touchAction)
Performs a chain of touch actions, which together can be considered an entire gesture. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |