Dispatch Key Event Request
data class DispatchKeyEventRequest(type: String, modifiers: Int?, timestamp: TimeSinceEpoch?, text: String?, unmodifiedText: String?, keyIdentifier: String?, code: String?, key: String?, windowsVirtualKeyCode: Int?, nativeVirtualKeyCode: Int?, autoRepeat: Boolean?, isKeypad: Boolean?, isSystemKey: Boolean?, location: Int?, commands: List<String>?)
Content copied to clipboard
Represents request frame that can be used with Input#dispatchKeyEvent operation call.
Dispatches a key event to the page.
See also
Constructors
DispatchKeyEventRequest
Link copied to clipboard
fun DispatchKeyEventRequest(type: String, modifiers: Int? = null, timestamp: TimeSinceEpoch? = null, text: String? = null, unmodifiedText: String? = null, keyIdentifier: String? = null, code: String? = null, key: String? = null, windowsVirtualKeyCode: Int? = null, nativeVirtualKeyCode: Int? = null, autoRepeat: Boolean? = null, isKeypad: Boolean? = null, isSystemKey: Boolean? = null, location: Int? = null, commands: List<String>? = null)
Content copied to clipboard
Properties
autoRepeat
Link copied to clipboard
isSystemKey
Link copied to clipboard
keyIdentifier
Link copied to clipboard
nativeVirtualKeyCode
Link copied to clipboard
timestamp
Link copied to clipboard
unmodifiedText
Link copied to clipboard
windowsVirtualKeyCode
Link copied to clipboard
Sources
jvm source
Link copied to clipboard