Region():waitVanish()
Wait until template disappear or vanish in the region, if timeout reached this method will throw an error
Signature
waitVanish(template: string): void
waitVanish(template: string, timeout: number): void
waitVanish(template: string, timeout: number, params: FinderParams): void
Returns
void