QuerySelectorAllResponse

@Serializable
data class QuerySelectorAllResponse(val nodeIds: List<NodeId>)

Response type for the DOMDomain.querySelectorAll command.

Constructors

Link copied to clipboard
constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

Query selector result.