Focus Request
data class FocusRequest(nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?)
Content copied to clipboard
Represents request frame that can be used with DOM#focus operation call.
Focuses the given element.
See also
Constructors
FocusRequest
Link copied to clipboard
fun FocusRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard