Package | Description |
---|---|
io.appium.java_client |
Modifier and Type | Method and Description |
---|---|
static SwipeElementDirection |
SwipeElementDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwipeElementDirection[] |
SwipeElementDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TouchableElement.swipe(SwipeElementDirection direction,
int duration)
Convenience method for swiping on the given element to the given direction
|
void |
MobileElement.swipe(SwipeElementDirection direction,
int duration) |
void |
TouchableElement.swipe(SwipeElementDirection direction,
int offsetFromStartBorder,
int offsetFromEndBorder,
int duration)
Convenience method for swiping on the given element to the given direction
|
void |
MobileElement.swipe(SwipeElementDirection direction,
int offsetFromStartBorder,
int offsetFromEndBorder,
int duration) |
Copyright © 2015. All rights reserved.