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

239 B

sidebar_label
SerializedAXNode.pressed

SerializedAXNode.pressed property

Whether the node is checked or in a mixed state.

Signature:

interface SerializedAXNode {pressed?: boolean | 'mixed';}