mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-05 07:49:37 +08:00
feat: sleep n seconds after last action
This commit is contained in:
@@ -34,6 +34,7 @@ const (
|
||||
uiLongClick MobileMethod = "long_click"
|
||||
uiSwipe MobileMethod = "swipe"
|
||||
uiInput MobileMethod = "input"
|
||||
ctlSleep MobileMethod = "sleep"
|
||||
)
|
||||
|
||||
type MobileAction struct {
|
||||
|
||||
Reference in New Issue
Block a user