mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-14 01:55:09 +08:00
tap_cv supports WithDataScope
This commit is contained in:
@@ -203,7 +203,7 @@ func (dExt *DriverExt) FindDetectUIRectInUIKit(uiTypes []string, options ...Data
|
||||
return 0, 0, 0, 0, err
|
||||
}
|
||||
var rect image.Rectangle
|
||||
rect, err = service.FindUI(uiTypes, bufSource.Bytes())
|
||||
rect, err = service.FindUI(uiTypes, bufSource.Bytes(), options...)
|
||||
if err != nil {
|
||||
return 0, 0, 0, 0, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user