chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / GetFullAXTreeRequest

GetFullAXTreeRequest

data class GetFullAXTreeRequest

Request object containing input parameters for the AccessibilityDomain.getFullAXTree command.

Constructors

<init>

Request object containing input parameters for the AccessibilityDomain.getFullAXTree command.

GetFullAXTreeRequest(max_depth: Int? = null)

Properties

max_depth

The maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned.

val max_depth: Int?