puppeteer/new-docs/puppeteer.protocol.headlessexperimental.beginframeresponse.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > HeadlessExperimental > BeginFrameResponse

Protocol.HeadlessExperimental.BeginFrameResponse interface

Signature:

export interface BeginFrameResponse 

Properties

Property Type Description
hasDamage boolean Whether the BeginFrame resulted in damage and, thus, a new frame was committed to the display. Reported for diagnostic uses, may be removed in the future.
screenshotData string Base64-encoded image data of the screenshot, if one was requested and successfully taken.