mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 16:07:45 +08:00
change: add notice for FindText
This commit is contained in:
@@ -1 +1 @@
|
|||||||
v5.0.0+2412191325
|
v5.0.0+2412202201
|
||||||
|
|||||||
@@ -125,6 +125,8 @@ func (t OCRTexts) FilterScope(scope AbsScope) (results OCRTexts) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FindText returns matched text with options
|
||||||
|
// Notice: filter scope should be specified with WithAbsScope
|
||||||
func (t OCRTexts) FindText(text string, options ...ActionOption) (result OCRText, err error) {
|
func (t OCRTexts) FindText(text string, options ...ActionOption) (result OCRText, err error) {
|
||||||
actionOptions := NewActionOptions(options...)
|
actionOptions := NewActionOptions(options...)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user