Chrome Remote Interface v0.0.6 ChromeRemoteInterface.RPC.Input View Source
Link to this section Summary
Functions
Dispatches a key event to the page
Dispatches a mouse event to the page
Dispatches a touch event to the page
Emulates touch event from the mouse event parameters
Ignores input events (useful while auditing page)
Synthesizes a pinch gesture over a time period by issuing appropriate touch events
Synthesizes a scroll gesture over a time period by issuing appropriate touch events
Synthesizes a tap gesture over a time period by issuing appropriate touch events
Link to this section Functions
Dispatches a key event to the page.
Parameters:
type - keyUp
and rawKeyDown
events (default: “”)unmodifiedText -
Dispatches a mouse event to the page.
Parameters:
type -
Dispatches a touch event to the page.
Parameters:
type -
Emulates touch event from the mouse event parameters.
Parameters:
type -
Ignores input events (useful while auditing page).
Parameters:
ignore -
Synthesizes a pinch gesture over a time period by issuing appropriate touch events.
Parameters:
x -
Synthesizes a scroll gesture over a time period by issuing appropriate touch events.
Parameters:
x -
Synthesizes a tap gesture over a time period by issuing appropriate touch events.
Parameters:
x -