NewPage
Defined in: actions/browser.ts:18
Interface for actions.
Implements
Section titled “Implements”IAction<BrowserContext>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NewPage(
params_):NewPage
Defined in: actions/browser.ts:19
Parameters
Section titled “Parameters”params_
Section titled “params_”Returns
Section titled “Returns”NewPage
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/browser.ts:21
Executes the action with the provided context.
Parameters
Section titled “Parameters”BrowserContext
The action context.
Returns
Section titled “Returns”Promise<void>