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

QuerySelectorAllRequest

data class QuerySelectorAllRequest

Request object containing input parameters for the DOMDomain.querySelectorAll command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.querySelectorAll command.

QuerySelectorAllRequest(nodeId: NodeId, selector: String)

Properties

nodeId

Id of the node to query upon.

val nodeId: NodeId

selector

Selector string.

val selector: String