mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
837 B
837 B
Home > puppeteer > Protocol > Accessibility > AXProperty
Protocol.Accessibility.AXProperty interface
Signature:
export interface AXProperty
Properties
| Property | Type | Description |
|---|---|---|
| name | AXPropertyName | The name of this property. |
| value | AXValue | The value of this property. |