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

FocusRequest

data class FocusRequest

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

Constructors

<init>

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

FocusRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Properties

backendNodeId

Identifier of the backend node.

val backendNodeId: BackendNodeId?

nodeId

Identifier of the node.

val nodeId: NodeId?

objectId

JavaScript object id of the node wrapper.

val objectId: RemoteObjectId?