MouseNaturalMove
Defined in: actions/mouse.ts:55
Interface for actions.
Implements
Section titled “Implements”IAction<SessionContext>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MouseNaturalMove(
params_):MouseNaturalMove
Defined in: actions/mouse.ts:56
Parameters
Section titled “Parameters”params_
Section titled “params_”Returns
Section titled “Returns”MouseNaturalMove
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/mouse.ts:58
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”generateMoves()
Section titled “generateMoves()”generateMoves(
ctx):MouseMove[]
Defined in: actions/mouse.ts:72
Parameters
Section titled “Parameters”SessionContext