Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 237 Bytes

puppeteer.serializedaxnode.keyshortcuts.md

File metadata and controls

15 lines (11 loc) · 237 Bytes
sidebar_label
SerializedAXNode.keyshortcuts

SerializedAXNode.keyshortcuts property

Any keyboard shortcuts associated with this node.

Signature:

interface SerializedAXNode {
  keyshortcuts?: string;
}