mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-26 10:01:28 +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
|
||||
}
|
||||
|
||||
// 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) {
|
||||
actionOptions := NewActionOptions(options...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user