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