puppeteer/new-docs/puppeteer.protocol.emulation.setdefaultbackgroundcoloroverriderequest.color.md
2020-07-13 14:01:35 +01:00

690 B

Home > puppeteer > Protocol > Emulation > SetDefaultBackgroundColorOverrideRequest > color

Protocol.Emulation.SetDefaultBackgroundColorOverrideRequest.color property

RGBA of the default background color. If not specified, any existing override will be cleared.

Signature:

color?: DOM.RGBA;