feat: add uixt tool press_button

This commit is contained in:
lilong.129
2025-05-21 17:25:17 +08:00
parent 5c68760cca
commit 7724cf0062
9 changed files with 79 additions and 6 deletions

View File

@@ -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