Package | Description |
---|---|
com.auxiliary.appium.event |
Modifier and Type | Method and Description |
---|---|
static TouchEvent.DirectionType |
TouchEvent.DirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TouchEvent.DirectionType[] |
TouchEvent.DirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TouchEvent.directionGlide(TouchEvent.DirectionType directionType,
int pixel)
用于从屏幕的中心点向一个指定的方向直线滑动指定的像素
|
Copyright © 2024. All rights reserved.