mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
789 B
789 B
Home > puppeteer > Protocol > CSS > GetComputedStyleForNodeResponse
Protocol.CSS.GetComputedStyleForNodeResponse interface
Signature:
export interface GetComputedStyleForNodeResponse
Properties
Property | Type | Description |
---|---|---|
computedStyle | CSSComputedStyleProperty[] | Computed style for the specified DOM node. |