mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > Page > ScreencastFrameMetadata
Protocol.Page.ScreencastFrameMetadata interface
Screencast frame metadata.
Signature:
export interface ScreencastFrameMetadata
Properties
| Property | Type | Description |
|---|---|---|
| deviceHeight | number | Device screen height in DIP. |
| deviceWidth | number | Device screen width in DIP. |
| offsetTop | number | Top offset in DIP. |
| pageScaleFactor | number | Page scale factor. |
| scrollOffsetX | number | Position of horizontal scroll in CSS pixels. |
| scrollOffsetY | number | Position of vertical scroll in CSS pixels. |
| timestamp | Network.TimeSinceEpoch | Frame swap timestamp. |