chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / PushNodeByPathToFrontendRequest

PushNodeByPathToFrontendRequest

data class PushNodeByPathToFrontendRequest

Request object containing input parameters for the DOMDomain.pushNodeByPathToFrontend command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.pushNodeByPathToFrontend command.

PushNodeByPathToFrontendRequest(path: String)

Properties

path

Path to node in the proprietary format.

val path: String