Module cdp::input
[−]
[src]
Input
Commands
-
Ignores input events (useful while auditing page).
-
Dispatches a key event to the page.
-
Dispatches a mouse event to the page.
Input.dispatchTouchEventExperimentalDispatches a touch event to the page.
Input.emulateTouchFromMouseEventExperimentalEmulates touch event from the mouse event parameters.
Input.synthesizePinchGestureExperimentalSynthesizes a pinch gesture over a time period by issuing appropriate touch events.
Input.synthesizeScrollGestureExperimentalSynthesizes a scroll gesture over a time period by issuing appropriate touch events.
Input.synthesizeTapGestureExperimentalSynthesizes a tap gesture over a time period by issuing appropriate touch events.
Types
TouchPointExperimentalGestureSourceTypeExperimental-
UTC time in seconds, counted from January 1, 1970.
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 |
| DispatchMouseEventCommandButton |
Used in the type of |
| DispatchMouseEventCommandType |
Used in the type of |
| DispatchTouchEventCommandType |
[Experimental] |
| EmulateTouchFromMouseEventCommandButton |
[Experimental] |
| EmulateTouchFromMouseEventCommandType |
[Experimental] |
| GestureSourceType |
[Experimental] |
Type Definitions
| TimeSinceEpoch |
UTC time in seconds, counted from January 1, 1970. |