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