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

639 B

Home > puppeteer > Protocol > CSS > GetBackgroundColorsResponse > computedFontSize

Protocol.CSS.GetBackgroundColorsResponse.computedFontSize property

The computed font size for this node, as a CSS computed value string (e.g. '12px').

Signature:

computedFontSize?: string;