feat: add screenshot

This commit is contained in:
debugtalk
2022-07-31 12:15:55 +08:00
parent 89e209eb23
commit effec946d2
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"
)