mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 14:32:31 +08:00
change: move TapRequest Duration to Options
This commit is contained in:
@@ -13,8 +13,7 @@ type TapRequest struct {
|
||||
Y float64 `json:"y"`
|
||||
Text string `json:"text"`
|
||||
|
||||
Duration float64 `json:"duration"` // move to options
|
||||
Options *uixt.ActionOptions `json:"options,omitempty"`
|
||||
Options *uixt.ActionOptions `json:"options,omitempty"`
|
||||
}
|
||||
|
||||
type DragRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user