mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
670 B
670 B
Home > puppeteer > Protocol > DOMSnapshot > LayoutTreeSnapshot > styles
Protocol.DOMSnapshot.LayoutTreeSnapshot.styles property
Array of indexes specifying computed style strings, filtered according to the computedStyles
parameter passed to captureSnapshot
.
Signature:
styles: ArrayOfStrings[];