pl.wendigo.chrome.api.dom / FocusRequest

FocusRequest

data class FocusRequest (source)

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

Focuses the given element.

Link
DOM#focus method documentation.

See Also

DOMOperations.focus

Constructors

<init>

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

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

Properties

backendNodeId

val backendNodeId: BackendNodeId?

Identifier of the backend node.

nodeId

val nodeId: NodeId?

Identifier of the node.

objectId

val objectId: RemoteObjectId?

JavaScript object id of the node wrapper.