data class QuerySelectorAllRequest
Request object containing input parameters for the DOMDomain.querySelectorAll command.
<init> |
Request object containing input parameters for the DOMDomain.querySelectorAll command. QuerySelectorAllRequest(nodeId: NodeId, selector: String) |
nodeId |
Id of the node to query upon. val nodeId: NodeId |
selector |
Selector string. val selector: String |