docs: fix Video.path() type (#4141)
This commit is contained in:
parent
a169cb63f8
commit
25cb649ea1
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue