Module chromiumoxide::cdp::browser_protocol::input[][src]

Structs

DispatchKeyEventParams

Dispatches a key event to the page. dispatchKeyEvent

DispatchKeyEventParamsBuilder
DispatchKeyEventReturns

Dispatches a key event to the page. dispatchKeyEvent

DispatchMouseEventParams

Dispatches a mouse event to the page. dispatchMouseEvent

DispatchMouseEventParamsBuilder
DispatchMouseEventReturns

Dispatches a mouse event to the page. dispatchMouseEvent

DispatchTouchEventParams

Dispatches a touch event to the page. dispatchTouchEvent

DispatchTouchEventParamsBuilder
DispatchTouchEventReturns

Dispatches a touch event to the page. dispatchTouchEvent

EmulateTouchFromMouseEventParams

Emulates touch event from the mouse event parameters. emulateTouchFromMouseEvent

EmulateTouchFromMouseEventParamsBuilder
EmulateTouchFromMouseEventReturns

Emulates touch event from the mouse event parameters. emulateTouchFromMouseEvent

InsertTextParams

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

InsertTextParamsBuilder
InsertTextReturns

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

SetIgnoreInputEventsParams

Ignores input events (useful while auditing page). setIgnoreInputEvents

SetIgnoreInputEventsParamsBuilder
SetIgnoreInputEventsReturns

Ignores input events (useful while auditing page). setIgnoreInputEvents

SynthesizePinchGestureParams

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

SynthesizePinchGestureParamsBuilder
SynthesizePinchGestureReturns

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

SynthesizeScrollGestureParams

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

SynthesizeScrollGestureParamsBuilder
SynthesizeScrollGestureReturns

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

SynthesizeTapGestureParams

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

SynthesizeTapGestureParamsBuilder
SynthesizeTapGestureReturns

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

TimeSinceEpoch

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

TouchPoint
TouchPointBuilder

Enums

DispatchKeyEventType

Type of the key event.

DispatchMouseEventPointerType

Pointer type (default: “mouse”).

DispatchMouseEventType

Type of the mouse event.

DispatchTouchEventType

Type of the touch event. TouchEnd and TouchCancel must not contain any touch points, while TouchStart and TouchMove must contains at least one.

EmulateTouchFromMouseEventType

Type of the mouse event.

GestureSourceType
MouseButton