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

Structs

Dispatches a key event to the page. dispatchKeyEvent

Dispatches a key event to the page. dispatchKeyEvent

Dispatches a mouse event to the page. dispatchMouseEvent

Dispatches a mouse event to the page. dispatchMouseEvent

Dispatches a touch event to the page. dispatchTouchEvent

Dispatches a touch event to the page. dispatchTouchEvent

Emulates touch event from the mouse event parameters. emulateTouchFromMouseEvent

Emulates touch event from the mouse event parameters. emulateTouchFromMouseEvent

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

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

Ignores input events (useful while auditing page). setIgnoreInputEvents

Ignores input events (useful while auditing page). setIgnoreInputEvents

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

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

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

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

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

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

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

Enums

Type of the key event.

Pointer type (default: “mouse”).

Type of the mouse event.

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

Type of the mouse event.