kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Accessibility
/
AXValue
/
AXValue
AXValue
constructor
(
type
:
Accessibility.AXValueType
,
value
:
JsonElement
?
=
null
,
relatedNodes
:
List
<
Accessibility.AXRelatedNode
>
?
=
null
,
sources
:
List
<
Accessibility.AXValueSource
>
?
=
null
)