Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶ added in v3.26.105
type Client interface {
GetAddress() string
GetPhysicalSize() (width int, height int, err error)
Screenshot(targetPath string) error
// Tap 点击.
Tap(x, y int) error
// LongPress 长按.
LongPress(x, y int, duration int) error
// Swipe 滑动.
Swipe(x1, y1, x2, y2 int, duration int) error
TapAsHumanBeings(x, y int, axisOffset int) error
LongPressAsHumanBeings(x, y int, duration int, axisOffset, timeOffset int) error
SwipeAsHumanBeings(x1, y1, x2, y2 int, duration int, axisOffset, timeOffset int) error
}
Click to show internal directories.
Click to hide internal directories.