Skip to content

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.

Promise<void>

await assets.intro()
await page.goto('/dashboard')
await assets.logo()