Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 326 Bytes

puppeteer.serializedaxnode.checked.md

File metadata and controls

15 lines (11 loc) · 326 Bytes
sidebar_label
SerializedAXNode.checked

SerializedAXNode.checked property

Whether the checkbox is checked, or in a mixed state.

Signature:

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