Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 214 Bytes

puppeteer.serializedaxnode.valuetext.md

File metadata and controls

15 lines (11 loc) · 214 Bytes
sidebar_label
SerializedAXNode.valuetext

SerializedAXNode.valuetext property

A description of the current value.

Signature:

interface SerializedAXNode {
  valuetext?: string;
}