[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) > [computedStyles](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.computedstyles.md) ## Protocol.DOM.GetNodesForSubtreeByStyleRequest.computedStyles property The style to filter nodes by (includes nodes if any of properties matches). Signature: ```typescript computedStyles: CSSComputedStyleProperty[]; ```