Structs§
- Cancel
Dragging Params - Cancels any active dragging in the page. cancelDragging
- Cancel
Dragging Returns - Cancels any active dragging in the page. cancelDragging
- Dispatch
Drag Event Params - Dispatches a drag event into the page. dispatchDragEvent
- Dispatch
Drag Event Params Builder - Dispatch
Drag Event Returns - Dispatches a drag event into the page. dispatchDragEvent
- Dispatch
KeyEvent Params - Dispatches a key event to the page. dispatchKeyEvent
- Dispatch
KeyEvent Params Builder - Dispatch
KeyEvent Returns - Dispatches a key event to the page. dispatchKeyEvent
- Dispatch
Mouse Event Params - Dispatches a mouse event to the page. dispatchMouseEvent
- Dispatch
Mouse Event Params Builder - Dispatch
Mouse Event Returns - Dispatches a mouse event to the page. dispatchMouseEvent
- Dispatch
Touch Event Params - Dispatches a touch event to the page. dispatchTouchEvent
- Dispatch
Touch Event Params Builder - Dispatch
Touch Event Returns - Dispatches a touch event to the page. dispatchTouchEvent
- Drag
Data - Drag
Data Builder - Drag
Data Item - Drag
Data Item Builder - Emulate
Touch From Mouse Event Params - Emulates touch event from the mouse event parameters. emulateTouchFromMouseEvent
- Emulate
Touch From Mouse Event Params Builder - Emulate
Touch From Mouse Event Returns - Emulates touch event from the mouse event parameters. emulateTouchFromMouseEvent
- Event
Drag Intercepted - Emitted only when
Input.setInterceptDrags
is enabled. Use this data withInput.dispatchDragEvent
to restore normal drag and drop behavior. dragIntercepted - ImeSet
Composition Params - This method sets the current candidate text for IME. Use imeCommitComposition to commit the final text. Use imeSetComposition with empty string as text to cancel composition. imeSetComposition
- ImeSet
Composition Params Builder - ImeSet
Composition Returns - This method sets the current candidate text for IME. Use imeCommitComposition to commit the final text. Use imeSetComposition with empty string as text to cancel composition. imeSetComposition
- Insert
Text Params - This method emulates inserting text that doesn’t come from a key press, for example an emoji keyboard or an IME. insertText
- Insert
Text Params Builder - Insert
Text Returns - This method emulates inserting text that doesn’t come from a key press, for example an emoji keyboard or an IME. insertText
- SetIgnore
Input Events Params - Ignores input events (useful while auditing page). setIgnoreInputEvents
- SetIgnore
Input Events Params Builder - SetIgnore
Input Events Returns - Ignores input events (useful while auditing page). setIgnoreInputEvents
- SetIntercept
Drags Params - Prevents default drag and drop behavior and instead emits
Input.dragIntercepted
events. Drag and drop behavior can be directly controlled viaInput.dispatchDragEvent
. setInterceptDrags - SetIntercept
Drags Params Builder - SetIntercept
Drags Returns - Prevents default drag and drop behavior and instead emits
Input.dragIntercepted
events. Drag and drop behavior can be directly controlled viaInput.dispatchDragEvent
. setInterceptDrags - Synthesize
Pinch Gesture Params - Synthesizes a pinch gesture over a time period by issuing appropriate touch events. synthesizePinchGesture
- Synthesize
Pinch Gesture Params Builder - Synthesize
Pinch Gesture Returns - Synthesizes a pinch gesture over a time period by issuing appropriate touch events. synthesizePinchGesture
- Synthesize
Scroll Gesture Params - Synthesizes a scroll gesture over a time period by issuing appropriate touch events. synthesizeScrollGesture
- Synthesize
Scroll Gesture Params Builder - Synthesize
Scroll Gesture Returns - Synthesizes a scroll gesture over a time period by issuing appropriate touch events. synthesizeScrollGesture
- Synthesize
TapGesture Params - Synthesizes a tap gesture over a time period by issuing appropriate touch events. synthesizeTapGesture
- Synthesize
TapGesture Params Builder - Synthesize
TapGesture Returns - Synthesizes a tap gesture over a time period by issuing appropriate touch events. synthesizeTapGesture
- Time
Since Epoch - UTC time in seconds, counted from January 1, 1970. TimeSinceEpoch
- Touch
Point - Touch
Point Builder
Enums§
- Dispatch
Drag Event Type - Type of the drag event.
- Dispatch
KeyEvent Type - Type of the key event.
- Dispatch
Mouse Event Pointer Type - Pointer type (default: “mouse”).
- Dispatch
Mouse Event Type - Type of the mouse event.
- Dispatch
Touch Event Type - Type of the touch event. TouchEnd and TouchCancel must not contain any touch points, while TouchStart and TouchMove must contains at least one.
- Emulate
Touch From Mouse Event Type - Type of the mouse event.
- Gesture
Source Type - Mouse
Button