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