pl.wendigo.chrome.domain.dom / QuerySelectorRequest

QuerySelectorRequest

data class QuerySelectorRequest (source)

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

Executes querySelector on a given node.

Constructors

<init>

QuerySelectorRequest(nodeId: NodeId, selector: String)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to query upon.

selector

val selector: String

Selector string.