[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetMatchedStylesForNodeResponse](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.md) > [pseudoElements](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.pseudoelements.md) ## Protocol.CSS.GetMatchedStylesForNodeResponse.pseudoElements property Pseudo style matches for this node. Signature: ```typescript pseudoElements?: PseudoElementMatches[]; ```