Screen:wait()
画面上にテンプレートが現れるまで待機します。タイムアウトに達した場合はエラーをスローします。
シグネチャ
Screen:wait(template: string): void
Screen:wait(template: string, timeout: number): void
Screen:wait(template: string, timeout: number, params: FinderParams): void
戻り値
void
画面上にテンプレートが現れるまで待機します。タイムアウトに達した場合はエラーをスローします。
Screen:wait(template: string): void
Screen:wait(template: string, timeout: number): void
Screen:wait(template: string, timeout: number, params: FinderParams): void
戻り値
void