إنتقل إلى المحتوى الرئيسي

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