puppeteer/new-docs/puppeteer.createjshandle.md

24 lines
651 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [createJSHandle](./puppeteer.createjshandle.md)
## createJSHandle() function
<b>Signature:</b>
```typescript
export declare function createJSHandle(context: ExecutionContext, remoteObject: Protocol.Runtime.RemoteObject): JSHandle;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| context | [ExecutionContext](./puppeteer.executioncontext.md) | |
| remoteObject | Protocol.Runtime.RemoteObject | |
<b>Returns:</b>
[JSHandle](./puppeteer.jshandle.md)