feat: add screenshot

This commit is contained in:
debugtalk
2022-07-31 12:15:55 +08:00
parent a2b79a7194
commit 513159abb9
3 changed files with 28 additions and 8 deletions
+1
View File
@@ -34,6 +34,7 @@ const (
uiLongClick MobileMethod = "long_click"
uiSwipe MobileMethod = "swipe"
uiInput MobileMethod = "input"
ctlScreenShot MobileMethod = "screenshot"
ctlSleep MobileMethod = "sleep"
)