diff --git a/docs/api.md b/docs/api.md index 4a6f7af10a..5f17bc7dd0 100644 --- a/docs/api.md +++ b/docs/api.md @@ -3449,7 +3449,7 @@ console.log(await page.video().path()); #### video.path() -- returns: <[string]> +- returns: <[Promise]<[string]>> 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.