docs: fix Video.path() type (#4141)

This commit is contained in:
Yury Semikhatsky 2020-10-14 10:44:21 -07:00 committed by GitHub
parent a169cb63f8
commit 25cb649ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3449,7 +3449,7 @@ console.log(await page.video().path());
<!-- GEN:stop -->
#### 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.