Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 206 Bytes

puppeteer.serializedaxnode.value.md

File metadata and controls

15 lines (11 loc) · 206 Bytes
sidebar_label
SerializedAXNode.value

SerializedAXNode.value property

The current value of the node.

Signature:

interface SerializedAXNode {
  value?: string | number;
}