Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 651 Bytes

puppeteer.createjshandle.md

File metadata and controls

23 lines (14 loc) · 651 Bytes

Home > puppeteer > createJSHandle

createJSHandle() function

Signature:

export declare function createJSHandle(context: ExecutionContext, remoteObject: Protocol.Runtime.RemoteObject): JSHandle;

Parameters

Parameter Type Description
context ExecutionContext
remoteObject Protocol.Runtime.RemoteObject

Returns:

JSHandle