waitFor
Function: waitFor()
Section titled “Function: waitFor()”function waitFor<T>(callback, options?): Promise<T>;Defined in: wait-for.ts:200
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”callback
Section titled “callback”() => T | Promise<T>
options?
Section titled “options?”Returns
Section titled “Returns”Promise<T>
