Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 232 Bytes

puppeteer.serializedaxnode.pressed.md

File metadata and controls

15 lines (11 loc) · 232 Bytes
sidebar_label
SerializedAXNode.pressed

SerializedAXNode.pressed property

Whether the node is checked or in a mixed state.

Signature:

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