puppeteer/new-docs/puppeteer.protocol.dom.getouterhtmlrequest.md

21 lines
1022 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; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetOuterHTMLRequest](./puppeteer.protocol.dom.getouterhtmlrequest.md)
## Protocol.DOM.GetOuterHTMLRequest interface
<b>Signature:</b>
```typescript
export interface GetOuterHTMLRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.dom.getouterhtmlrequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. |
| [nodeId](./puppeteer.protocol.dom.getouterhtmlrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. |
| [objectId](./puppeteer.protocol.dom.getouterhtmlrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. |