Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 231 Bytes

puppeteer.serializedaxnode.role.md

File metadata and controls

15 lines (11 loc) · 231 Bytes
sidebar_label
SerializedAXNode.role

SerializedAXNode.role property

The role of the node.

Signature:

interface SerializedAXNode {
  role: string;
}