14 lines
531 B
Markdown
14 lines
531 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [PseudoElementMatches](./puppeteer.protocol.css.pseudoelementmatches.md) > [pseudoType](./puppeteer.protocol.css.pseudoelementmatches.pseudotype.md)
|
||
|
|
||
|
## Protocol.CSS.PseudoElementMatches.pseudoType property
|
||
|
|
||
|
Pseudo element type.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
pseudoType: DOM.PseudoType;
|
||
|
```
|