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

19 lines
616 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; [GetOuterHTMLResponse](./puppeteer.protocol.dom.getouterhtmlresponse.md)
## Protocol.DOM.GetOuterHTMLResponse interface
<b>Signature:</b>
```typescript
export interface GetOuterHTMLResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [outerHTML](./puppeteer.protocol.dom.getouterhtmlresponse.outerhtml.md) | string | Outer HTML markup. |