chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / QuerySelectorAllResponse

QuerySelectorAllResponse

data class QuerySelectorAllResponse

Response type for the DOMDomain.querySelectorAll command.

Constructors

<init>

Response type for the DOMDomain.querySelectorAll command.

QuerySelectorAllResponse(nodeIds: List<NodeId>)

Properties

nodeIds

Query selector result.

val nodeIds: List<NodeId>