AXNode
constructor(nodeId: String, ignored: Boolean, ignoredReasons: List<Accessibility.AXProperty>? = null, role: Accessibility.AXValue? = null, chromeRole: Accessibility.AXValue? = null, name: Accessibility.AXValue? = null, description: Accessibility.AXValue? = null, value: Accessibility.AXValue? = null, properties: List<Accessibility.AXProperty>? = null, parentId: String? = null, childIds: List<String>? = null, backendDOMNodeId: Int? = null, frameId: String? = null)