The Context to scope the selection.
Selectors to each nested IFrame element.
A new Context scoped from the innermost selected IFrame.
const iframeCtx = await selectNestedFrame(ctx, ['iframe#top-frame','iframe#nested-frame']);
await click(iframeCtx, 'button#submit');
Generated using TypeDoc
Selects a nested IFrame, and returns its scoped Context.