MouseNaturalScroll
Defined in: actions/mouse.ts:176
Interface for actions.
Implements
Section titled “Implements”IAction<SessionContext>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MouseNaturalScroll(
params_):MouseNaturalScroll
Defined in: actions/mouse.ts:177
Parameters
Section titled “Parameters”params_
Section titled “params_”Returns
Section titled “Returns”MouseNaturalScroll
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/mouse.ts:179
Executes the action with the provided context.
Parameters
Section titled “Parameters”SessionContext
The action context.
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”generateScrolls()
Section titled “generateScrolls()”generateScrolls(
ctx):MouseScroll[]
Defined in: actions/mouse.ts:193
Parameters
Section titled “Parameters”SessionContext