Sleep
Defined in: actions/utils.ts:179
Interface for actions.
Implements
Section titled “Implements”IAction<BrowserContext>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Sleep(
params_):Sleep
Defined in: actions/utils.ts:180
Parameters
Section titled “Parameters”params_
Section titled “params_”Returns
Section titled “Returns”Sleep
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/utils.ts:182
Executes the action with the provided context.
Parameters
Section titled “Parameters”BrowserContext
The action context.
Returns
Section titled “Returns”Promise<void>