19 lines
629 B
Markdown
19 lines
629 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [CaptureSnapshotResponse](./puppeteer.protocol.page.capturesnapshotresponse.md)
|
||
|
|
||
|
## Protocol.Page.CaptureSnapshotResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface CaptureSnapshotResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [data](./puppeteer.protocol.page.capturesnapshotresponse.data.md) | string | Serialized page data. |
|
||
|
|