Module chrome_remote_interface_model::input[][src]

This is supported on crate feature Input only.

Structs

Dispatches a drag event into the page.

Dispatches a drag event into the page.

Dispatches a key event to the page.

Dispatches a key event to the page.

Dispatches a mouse event to the page.

Dispatches a mouse event to the page.

Dispatches a touch event to the page.

Dispatches a touch event to the page.

DragDataexperimental
DragDataItemexperimental

Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to restore normal drag and drop behavior.

Emulates touch event from the mouse event parameters.

Emulates touch event from the mouse event parameters.

InsertTextCommandexperimental

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

InsertTextReturnexperimental

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

Ignores input events (useful while auditing page).

Ignores input events (useful while auditing page).

Prevents default drag and drop behavior and instead emits Input.dragIntercepted events. Drag and drop behavior can be directly controlled via Input.dispatchDragEvent.

Prevents default drag and drop behavior and instead emits Input.dragIntercepted events. Drag and drop behavior can be directly controlled via Input.dispatchDragEvent.

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

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

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

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

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

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

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

Enums