pl.wendigo.chrome.api.dom / QuerySelectorRequest

QuerySelectorRequest

data class QuerySelectorRequest (source)

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

Executes querySelector on a given node.

Link
DOM#querySelector method documentation.

See Also

DOMOperations.querySelector

Constructors

<init>

QuerySelectorRequest(nodeId: NodeId, selector: String)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to query upon.

selector

val selector: String

Selector string.