toggle menu
chrome-devtools-kotlin
5.6.0-1212569
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.accessibility
/
GetChildAXNodesResponse
Get
Child
AXNodes
Response
@
Serializable
data
class
GetChildAXNodesResponse
(
val
nodes
:
List
<
AXNode
>
)
Response type for the
AccessibilityDomain.getChildAXNodes
command.
Members
Constructors
Get
Child
AXNodes
Response
Link copied to clipboard
constructor
(
nodes
:
List
<
AXNode
>
)
Properties
nodes
Link copied to clipboard
val
nodes
:
List
<
AXNode
>