mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
238 B
238 B
sidebar_label |
---|
SerializedAXNode.roledescription |
SerializedAXNode.roledescription property
A human readable alternative to the role.
Signature:
interface SerializedAXNode {
roledescription?: string;
}