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