mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
238 B
238 B
sidebar_label |
---|
SerializedAXNode.description |
SerializedAXNode.description property
An additional human readable description of the node.
Signature:
interface SerializedAXNode {
description?: string;
}