mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1022 B
Markdown
21 lines
1022 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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. |
|
|
|