puppeteer/new-docs/puppeteer.jshandle.executioncontext.md
2020-06-25 15:49:35 +01:00

497 B

Home > puppeteer > JSHandle > executionContext

JSHandle.executionContext() method

Returns the execution context the handle belongs to.

Signature:

executionContext(): ExecutionContext;

Returns:

ExecutionContext