puppeteer/docs/api/puppeteer.serializedaxnode.pressed.md

13 lines
239 B
Markdown
Raw Normal View History

---
sidebar_label: SerializedAXNode.pressed
---
# SerializedAXNode.pressed property
Whether the node is checked or in a mixed state.
**Signature:**
```typescript
interface SerializedAXNode {pressed?: boolean | 'mixed';}
```