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