pl.wendigo.chrome.api.dom / QuerySelectorAllRequest

QuerySelectorAllRequest

data class QuerySelectorAllRequest (source)

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

Executes querySelectorAll on a given node.

Link
DOM#querySelectorAll method documentation.

See Also

DOMOperations.querySelectorAll

Constructors

<init>

QuerySelectorAllRequest(nodeId: NodeId, selector: String)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to query upon.

selector

val selector: String

Selector string.