The Context to scope the selection.
A selector to an IFrame element.
Optional
options: WaitForSelectorOptionsA new Context scoped from the selected IFrame.
If you need to select an iframe nested inside another iframe,
use selectNestedFrame
instead.
const iframeCtx = await selectFrame(ctx, 'iframe#some-frame');
await click(iframeCtx, 'button#submit');
Generated using TypeDoc
Selects an IFrame, and returns its scoped Context.