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