package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev

# Functions

CancelDragging cancels any active dragging in the page.
DispatchDragEvent dispatches a drag event into the page.
DispatchKeyEvent dispatches a key event to the page.
DispatchMouseEvent dispatches a mouse event to the page.
DispatchTouchEvent dispatches a touch event to the page.
EmulateTouchFromMouseEvent emulates touch event from the mouse event parameters.
ImeSetComposition this method sets the current candidate text for IME.
InsertText this method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.
SetIgnoreInputEvents ignores input events (useful while auditing page).
SetInterceptDrags prevents default drag and drop behavior and instead emits Input.dragIntercepted events.
SynthesizePinchGesture synthesizes a pinch gesture over a time period by issuing appropriate touch events.
SynthesizeScrollGesture synthesizes a scroll gesture over a time period by issuing appropriate touch events.
SynthesizeTapGesture synthesizes a tap gesture over a time period by issuing appropriate touch events.

# Constants

MouseButton values.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
DispatchDragEventType values.
DispatchDragEventType values.
DispatchDragEventType values.
DispatchDragEventType values.
MouseButton values.
GestureSourceType values.
GestureSourceType values.
GestureSourceType values.
KeyType values.
KeyType values.
KeyType values.
KeyType values.
MouseButton values.
MouseButton values.
Modifier values.
ModifierCommand is an alias for ModifierMeta.
Modifier values.
Modifier values.
Modifier values.
Modifier values.
DispatchMouseEventPointerType values.
MouseType values.
MouseType values.
MouseType values.
MouseType values.
MouseButton values.
DispatchMouseEventPointerType values.
MouseButton values.
TouchType values.
TouchType values.
TouchType values.
TouchType values.

# Structs

CancelDraggingParams cancels any active dragging in the page.
DispatchDragEventParams dispatches a drag event into the page.
DispatchKeyEventParams dispatches a key event to the page.
DispatchMouseEventParams dispatches a mouse event to the page.
DispatchTouchEventParams dispatches a touch event to the page.
DragData [no description].
DragDataItem [no description].
EmulateTouchFromMouseEventParams emulates touch event from the mouse event parameters.
EventDragIntercepted emitted only when Input.setInterceptDrags is enabled.
ImeSetCompositionParams this method sets the current candidate text for IME.
InsertTextParams this method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.
SetIgnoreInputEventsParams ignores input events (useful while auditing page).
SetInterceptDragsParams prevents default drag and drop behavior and instead emits Input.dragIntercepted events.
SynthesizePinchGestureParams synthesizes a pinch gesture over a time period by issuing appropriate touch events.
SynthesizeScrollGestureParams synthesizes a scroll gesture over a time period by issuing appropriate touch events.
SynthesizeTapGestureParams synthesizes a tap gesture over a time period by issuing appropriate touch events.
TouchPoint [no description].

# Type aliases

DispatchDragEventType type of the drag event.
DispatchMouseEventPointerType pointer type (default: "mouse").
GestureSourceType [no description].
KeyType type of the key event.
Modifier input key modifier type.
MouseButton [no description].
MouseType type of the mouse event.
TimeSinceEpoch UTC time in seconds, counted from January 1, 1970.
TouchType type of the touch event.