Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 238 Bytes

puppeteer.serializedaxnode.roledescription.md

File metadata and controls

15 lines (11 loc) · 238 Bytes
sidebar_label
SerializedAXNode.roledescription

SerializedAXNode.roledescription property

A human readable alternative to the role.

Signature:

interface SerializedAXNode {
  roledescription?: string;
}