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

1.4 KiB

Home > puppeteer > Protocol > CSS > GetBackgroundColorsResponse

Protocol.CSS.GetBackgroundColorsResponse interface

Signature:

export interface GetBackgroundColorsResponse 

Properties

Property Type Description
backgroundColors string[] The range of background colors behind this element, if it contains any visible text. If no visible text is present, this will be undefined. In the case of a flat background color, this will consist of simply that color. In the case of a gradient, this will consist of each of the color stops. For anything more complicated, this will be an empty array. Images will be ignored (as if the image had failed to load).
computedFontSize string The computed font size for this node, as a CSS computed value string (e.g. '12px').
computedFontWeight string The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100').