puppeteer/docs/api/puppeteer.jshandle.executioncontext.md
2022-07-05 15:41:43 +02:00

302 B

sidebar_label
JSHandle.executionContext

JSHandle.executionContext() method

Returns the execution context the handle belongs to.

Signature:

class JSHandle {
  executionContext(): ExecutionContext;
}

Returns:

ExecutionContext