mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
change: update annotation
This commit is contained in:
10
hrp/step.go
10
hrp/step.go
@@ -22,18 +22,18 @@ const (
|
||||
var (
|
||||
WithIdentifier = uixt.WithIdentifier
|
||||
WithMaxRetryTimes = uixt.WithMaxRetryTimes
|
||||
WithWaitTime = uixt.WithWaitTime
|
||||
WithIndex = uixt.WithIndex
|
||||
WithWaitTime = uixt.WithWaitTime // only applicable to SwipeToTap* action
|
||||
WithIndex = uixt.WithIndex // index of the target element, should start from 1, only applicable to ocr actions
|
||||
WithTimeout = uixt.WithTimeout
|
||||
WithIgnoreNotFoundError = uixt.WithIgnoreNotFoundError
|
||||
WithText = uixt.WithText
|
||||
WithID = uixt.WithID
|
||||
WithDescription = uixt.WithDescription
|
||||
WithDuration = uixt.WithDuration
|
||||
WIthSteps = uixt.WithSteps
|
||||
WithDuration = uixt.WithDuration // only applicable to ios swipe action
|
||||
WithSteps = uixt.WithSteps // only applicable to android swipe action
|
||||
WithDirection = uixt.WithDirection
|
||||
WithCustomDirection = uixt.WithCustomDirection
|
||||
WithScope = uixt.WithScope
|
||||
WithScope = uixt.WithScope // only applicable to ocr actions
|
||||
WithOffset = uixt.WithOffset
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user