PageWaitUntil
Defined in: actions/page.ts:136
Interface for actions.
Implements
Section titled “Implements”IAction<SessionContext>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PageWaitUntil(
params_):PageWaitUntil
Defined in: actions/page.ts:137
Parameters
Section titled “Parameters”params_
Section titled “params_”Returns
Section titled “Returns”PageWaitUntil
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/page.ts:139
Executes the action with the provided context.
Parameters
Section titled “Parameters”SessionContext
The action context.
Returns
Section titled “Returns”Promise<void>