playwright/docs/out/api/class-video.md
2021-01-03 08:47:29 -08:00

4.2 KiB

id title
class-video Video

When browser context is created with the videosPath option, each page has a video object associated with it.

console.log(await page.video().path());

video.path()

Returns the file system path this video will be recorded to. The video is guaranteed to be written to the filesystem upon closing the browser context.