Module chrome_remote_interface_model::input[][src]

Structs

DispatchKeyEventCommand

Dispatches a key event to the page.

DispatchKeyEventCommandBuilder
DispatchKeyEventReturn

Dispatches a key event to the page.

DispatchMouseEventCommand

Dispatches a mouse event to the page.

DispatchMouseEventCommandBuilder
DispatchMouseEventReturn

Dispatches a mouse event to the page.

DispatchTouchEventCommand

Dispatches a touch event to the page.

DispatchTouchEventCommandBuilder
DispatchTouchEventReturn

Dispatches a touch event to the page.

EmulateTouchFromMouseEventCommand

Emulates touch event from the mouse event parameters.

EmulateTouchFromMouseEventCommandBuilder
EmulateTouchFromMouseEventReturn

Emulates touch event from the mouse event parameters.

InsertTextCommand

This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.

InsertTextReturn

This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.

SetIgnoreInputEventsCommand

Ignores input events (useful while auditing page).

SetIgnoreInputEventsReturn

Ignores input events (useful while auditing page).

SynthesizePinchGestureCommand

Synthesizes a pinch gesture over a time period by issuing appropriate touch events.

SynthesizePinchGestureCommandBuilder
SynthesizePinchGestureReturn

Synthesizes a pinch gesture over a time period by issuing appropriate touch events.

SynthesizeScrollGestureCommand

Synthesizes a scroll gesture over a time period by issuing appropriate touch events.

SynthesizeScrollGestureCommandBuilder
SynthesizeScrollGestureReturn

Synthesizes a scroll gesture over a time period by issuing appropriate touch events.

SynthesizeTapGestureCommand

Synthesizes a tap gesture over a time period by issuing appropriate touch events.

SynthesizeTapGestureCommandBuilder
SynthesizeTapGestureReturn

Synthesizes a tap gesture over a time period by issuing appropriate touch events.

TimeSinceEpoch

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

TouchPoint
TouchPointBuilder

Enums

DispatchKeyEventCommandType
DispatchMouseEventCommandPointerType
DispatchMouseEventCommandType
DispatchTouchEventCommandType
EmulateTouchFromMouseEventCommandType
GestureSourceType
MouseButton