puppeteer/docs/api/puppeteer.serializedaxnode.keyshortcuts.md

13 lines
244 B
Markdown
Raw Normal View History

---
sidebar_label: SerializedAXNode.keyshortcuts
---
# SerializedAXNode.keyshortcuts property
Any keyboard shortcuts associated with this node.
**Signature:**
```typescript
interface SerializedAXNode {keyshortcuts?: string;}
```