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

This commit is contained in:
Yury Semikhatsky 2020-10-14 10:44:21 -07:00 committed by Andrey Lushnikov
parent 618b50c5df
commit e5743d247d

View file

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