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

852 B

Home > puppeteer > Protocol > HeadlessExperimental > BeginFrameRequest > noDisplayUpdates

Protocol.HeadlessExperimental.BeginFrameRequest.noDisplayUpdates property

Whether updates should not be committed and drawn onto the display. False by default. If true, only side effects of the BeginFrame will be run, such as layout and animations, but any visual updates may not be visible on the display or in screenshots.

Signature:

noDisplayUpdates?: boolean;