Waits for any of the given selectors.
Context object.
List of selectors to wait for.
Optional
async function step(ctx: Context) { await waitForAny(ctx, [selector1, selector2]);} Copy
async function step(ctx: Context) { await waitForAny(ctx, [selector1, selector2]);}
Generated using TypeDoc
Waits for any of the given selectors.