Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 238 Bytes

puppeteer.serializedaxnode.description.md

File metadata and controls

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

SerializedAXNode.description property

An additional human readable description of the node.

Signature:

interface SerializedAXNode {
  description?: string;
}