mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 03:30:01 +08:00
feat: mark tap/swipe UI operation
This commit is contained in:
@@ -132,6 +132,7 @@ func (o *ActionOptions) Options() []ActionOption {
|
||||
|
||||
options = append(options, o.GetScreenShotOptions()...)
|
||||
options = append(options, o.GetScreenRecordOptions()...)
|
||||
options = append(options, o.GetMarkOperationOptions()...)
|
||||
|
||||
return options
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user