High level helper which is resolved on any DOM mutation.
Context object.
Optional
Timeout for polling.
Resolves on each page mutation.
async function step(ctx: Context) { await witForPageChange(ctx);} Copy
async function step(ctx: Context) { await witForPageChange(ctx);}
High level helper which is resolved on any DOM mutation.