Region():find()
영역에서 이미지 또는 텍스트를 검색합니다. 이미지나 텍스트를 찾으면 MatchResult를 반환하고, 그렇지 않으면 nil을 반환합니다.
시그니처
find(template: string): MatchResult | nil
find(template: string, params: FinderParams): MatchResult | nil
find(template: string, timeout: number, params: FinderParams): MatchResult | nil
반환값
MatchResult 또는 nil