feat: sleep n seconds after last action

This commit is contained in:
debugtalk
2022-07-30 17:45:39 +08:00
parent a591f8193e
commit a2b79a7194
2 changed files with 17 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ const (
uiLongClick MobileMethod = "long_click"
uiSwipe MobileMethod = "swipe"
uiInput MobileMethod = "input"
ctlSleep MobileMethod = "sleep"
)
type MobileAction struct {