Module cdp::input [] [src]

Input

Commands

Types

Structs

DispatchKeyEventCommand

Dispatches a key event to the page.

DispatchKeyEventResponse

Dispatches a key event to the page.

DispatchMouseEventCommand

Dispatches a mouse event to the page.

DispatchMouseEventResponse

Dispatches a mouse event to the page.

DispatchTouchEventCommand

[Experimental] Dispatches a touch event to the page.

DispatchTouchEventResponse

[Experimental] Dispatches a touch event to the page.

EmulateTouchFromMouseEventCommand

[Experimental] Emulates touch event from the mouse event parameters.

EmulateTouchFromMouseEventResponse

[Experimental] Emulates touch event from the mouse event parameters.

SetIgnoreInputEventsCommand

Ignores input events (useful while auditing page).

SetIgnoreInputEventsResponse

Ignores input events (useful while auditing page).

SynthesizePinchGestureCommand

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

SynthesizePinchGestureResponse

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

SynthesizeScrollGestureCommand

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

SynthesizeScrollGestureResponse

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

SynthesizeTapGestureCommand

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

SynthesizeTapGestureResponse

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

TouchPoint

[Experimental]

Enums

DispatchKeyEventCommandType

Used in the type of cdp::input::DispatchKeyEventCommand::ty.

DispatchMouseEventCommandButton

Used in the type of cdp::input::DispatchMouseEventCommand::button.

DispatchMouseEventCommandType

Used in the type of cdp::input::DispatchMouseEventCommand::ty.

DispatchTouchEventCommandType

[Experimental]

EmulateTouchFromMouseEventCommandButton

[Experimental]

EmulateTouchFromMouseEventCommandType

[Experimental]

GestureSourceType

[Experimental]

Type Definitions

TimeSinceEpoch

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