AssetController
AssetController = () =>
Promise<void>
Defined in: asset.ts:64
An asset controller.
Calling it marks the asset in the recording timeline. The renderer places the asset at this point in the video and plays it for its natural duration with no separate timing config.
Returns
Section titled “Returns”Promise<void>
Example
Section titled “Example”await assets.intro()await page.goto('/dashboard')await assets.logo()