pl.wendigo.chrome.domain.input

Package pl.wendigo.chrome.domain.input

Types

DispatchKeyEventRequest

data class DispatchKeyEventRequest

Represents request frame that can be used with Input.dispatchKeyEvent method call.

DispatchMouseEventRequest

data class DispatchMouseEventRequest

Represents request frame that can be used with Input.dispatchMouseEvent method call.

DispatchTouchEventRequest

data class DispatchTouchEventRequest

Represents request frame that can be used with Input.dispatchTouchEvent method call.

EmulateTouchFromMouseEventRequest

data class EmulateTouchFromMouseEventRequest

Represents request frame that can be used with Input.emulateTouchFromMouseEvent method call.

GestureSourceType

enum class GestureSourceType

InputDomain

class InputDomain

InputDomain represents remote debugger protocol domain.

InsertTextRequest

data class InsertTextRequest

Represents request frame that can be used with Input.insertText method call.

SetIgnoreInputEventsRequest

data class SetIgnoreInputEventsRequest

Represents request frame that can be used with Input.setIgnoreInputEvents method call.

SynthesizePinchGestureRequest

data class SynthesizePinchGestureRequest

Represents request frame that can be used with Input.synthesizePinchGesture method call.

SynthesizeScrollGestureRequest

data class SynthesizeScrollGestureRequest

Represents request frame that can be used with Input.synthesizeScrollGesture method call.

SynthesizeTapGestureRequest

data class SynthesizeTapGestureRequest

Represents request frame that can be used with Input.synthesizeTapGesture method call.

TouchPoint

data class TouchPoint

Type Aliases

TimeSinceEpoch

typealias TimeSinceEpoch = Double

UTC time in seconds, counted from January 1, 1970.