Type Alias: InteractionsCallback
InteractionsCallback = (
page,args?) =>Promise\<void>
Defined in: core/src/lib/Types.ts:641
The callback defines browser interactions which are used by memlab to interact with the web app under test. For concrete examples, check out action or back.
Parameters
page
the puppeteer Page
object, which provides APIs to interact with the web browser.
To import this type, check out Page.
args?
OperationArgs
Returns
Promise\<void>
no return value