kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Accessibility
/
GetChildAXNodesParameter
Get
Child
AXNodes
Parameter
@
Serializable
data
class
GetChildAXNodesParameter
(
val
id
:
String
,
val
frameId
:
String
?
=
null
)
Members
Constructors
Get
Child
AXNodes
Parameter
Link copied to clipboard
constructor
(
id
:
String
,
frameId
:
String
?
=
null
)
Properties
frame
Id
Link copied to clipboard
val
frameId
:
String
?
=
null
The frame in whose document the node resides. If omitted, the root frame is used.
id
Link copied to clipboard
val
id
:
String