pl.wendigo.chrome.domain.dom / QuerySelectorAllRequest

QuerySelectorAllRequest

data class QuerySelectorAllRequest (source)

Represents request frame that can be used with DOM.querySelectorAll method call.

Executes querySelectorAll on a given node.

Constructors

<init>

QuerySelectorAllRequest(nodeId: NodeId, selector: String)

Represents request frame that can be used with DOM.querySelectorAll method call.

Properties

nodeId

val nodeId: NodeId

Id of the node to query upon.

selector

val selector: String

Selector string.