Screen:waitVanish()
템플릿이 화면에서 사라지거나 사라질 때까지 대기합니다. 시간 초과에 도달하면 이 메서드는 오류를 발생시킵니다.
시그니처
Screen:waitVanish(template: string): void
Screen:waitVanish(template: string, timeout: number): void
Screen:waitVanish(template: string, timeout: number, params: FinderParams): void
반환값
void