Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 330 Bytes

puppeteer.frame.executioncontext.md

File metadata and controls

19 lines (13 loc) · 330 Bytes
sidebar_label
Frame.executionContext

Frame.executionContext() method

Signature:

class Frame {
  executionContext(): Promise<ExecutionContext>;
}

Returns:

Promise<ExecutionContext>

a promise that resolves to the frame's default execution context.