Skip to content

Commit

Permalink
docs: fix Video.path() type (#4141)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Oct 14, 2020
1 parent a169cb6 commit 25cb649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 25cb649

Please sign in to comment.