mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user