ReferenceScreenScreen:wait()✦Use with AI▾이 페이지에서Screen:wait() 템플릿이 화면에 나타날 때까지 대기합니다. 시간 초과에 도달하면 이 메서드는 오류를 발생시킵니다. 시그니처 Screen:wait(template: string): void Screen:wait(template: string, timeout: number): void Screen:wait(template: string, timeout: number, params: FinderParams): void 반환값 void