puppeteer/docs/api/puppeteer.jshandle.executioncontext.md

294 B

sidebar_label
JSHandle.executionContext

JSHandle.executionContext() method

Signature:

class JSHandle {
  executionContext(): ExecutionContext;
}

Returns:

ExecutionContext

The execution context the handle belongs to.