Available on crate feature
Input only.Structs§
- Dispatch
Drag Event Command experimental - Dispatches a drag event into the page.
- Dispatch
Drag Event Command Builder experimental - Dispatch
Drag Event Return experimental - Dispatches a drag event into the page.
- Dispatch
KeyEvent Command - Dispatches a key event to the page.
- Dispatch
KeyEvent Command Builder - Dispatch
KeyEvent Return - Dispatches a key event to the page.
- Dispatch
Mouse Event Command - Dispatches a mouse event to the page.
- Dispatch
Mouse Event Command Builder - Dispatch
Mouse Event Return - Dispatches a mouse event to the page.
- Dispatch
Touch Event Command - Dispatches a touch event to the page.
- Dispatch
Touch Event Command Builder - Dispatch
Touch Event Return - Dispatches a touch event to the page.
- Drag
Data experimental - Drag
Data Item experimental - Drag
Data Item Builder experimental - Drag
Intercepted Event experimental - Emitted only when
Input.setInterceptDragsis enabled. Use this data withInput.dispatchDragEventto restore normal drag and drop behavior. - Emulate
Touch From Mouse Event Command experimental - Emulates touch event from the mouse event parameters.
- Emulate
Touch From Mouse Event Command Builder experimental - Emulate
Touch From Mouse Event Return experimental - Emulates touch event from the mouse event parameters.
- Insert
Text Command experimental - This method emulates inserting text that doesn’t come from a key press, for example an emoji keyboard or an IME.
- Insert
Text Return experimental - This method emulates inserting text that doesn’t come from a key press, for example an emoji keyboard or an IME.
- SetIgnore
Input Events Command - Ignores input events (useful while auditing page).
- SetIgnore
Input Events Return - Ignores input events (useful while auditing page).
- SetIntercept
Drags Command experimental - Prevents default drag and drop behavior and instead emits
Input.dragInterceptedevents. Drag and drop behavior can be directly controlled viaInput.dispatchDragEvent. - SetIntercept
Drags Return experimental - Prevents default drag and drop behavior and instead emits
Input.dragInterceptedevents. Drag and drop behavior can be directly controlled viaInput.dispatchDragEvent. - Synthesize
Pinch Gesture Command experimental - Synthesizes a pinch gesture over a time period by issuing appropriate touch events.
- Synthesize
Pinch Gesture Command Builder experimental - Synthesize
Pinch Gesture Return experimental - Synthesizes a pinch gesture over a time period by issuing appropriate touch events.
- Synthesize
Scroll Gesture Command experimental - Synthesizes a scroll gesture over a time period by issuing appropriate touch events.
- Synthesize
Scroll Gesture Command Builder experimental - Synthesize
Scroll Gesture Return experimental - Synthesizes a scroll gesture over a time period by issuing appropriate touch events.
- Synthesize
TapGesture Command experimental - Synthesizes a tap gesture over a time period by issuing appropriate touch events.
- Synthesize
TapGesture Command Builder experimental - Synthesize
TapGesture Return experimental - Synthesizes a tap gesture over a time period by issuing appropriate touch events.
- Time
Since Epoch - UTC time in seconds, counted from January 1, 1970.
- Touch
Point - Touch
Point Builder