High level helper which is resolved either on page mutation or navigation.
Context object.
Optional
Mutation and navigation timeoutss
Resolves on page mutation or navigation.
async function step(ctx: Context) { await waitForPageChange(ctx);} Copy
async function step(ctx: Context) { await waitForPageChange(ctx);}
Generated using TypeDoc
High level helper which is resolved either on page mutation or navigation.