mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-10 08:13:19 +08:00
refactor: NewUIA2Driver
This commit is contained in:
@@ -89,6 +89,9 @@ type IWebDriver interface {
|
||||
|
||||
Orientation() (orientation Orientation, err error)
|
||||
|
||||
SetRotation(rotation Rotation) (err error)
|
||||
Rotation() (rotation Rotation, err error)
|
||||
|
||||
// Tap Sends a tap event at the coordinate.
|
||||
Tap(x, y float64, opts ...option.ActionOption) error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user