mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
feat: add uixt tool press_button
This commit is contained in:
@@ -50,6 +50,8 @@ type IDriver interface {
|
||||
Home() error
|
||||
Unlock() error
|
||||
Back() error
|
||||
PressButton(button types.DeviceButton) error
|
||||
|
||||
// hover
|
||||
HoverBySelector(selector string, opts ...option.ActionOption) error
|
||||
// tap
|
||||
|
||||
Reference in New Issue
Block a user