puppeteer/website/versioned_docs/version-10.1.0/puppeteer.executioncontext.frame.md
2021-08-10 11:09:48 +01:00

613 B

Home > puppeteer > ExecutionContext > frame

ExecutionContext.frame() method

Signature:

frame(): Frame | null;

Returns:

Frame | null

The frame associated with this execution context.

Remarks

Not every execution context is associated with a frame. For example, workers and extensions have execution contexts that are not associated with frames.