Skip to content

Commit

Permalink
docs: update packages/puppeteer-core/src/api/Page.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Nov 27, 2023
1 parent 23a4d9c commit 4a0a511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/puppeteer.page.screencast.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Promise<[ScreenRecorder](./puppeteer.screenrecorder.md)>

All recordings will be [WebM](https://www.webmproject.org/) format using the [VP9](https://www.webmproject.org/vp9/) video codec. The FPS is 30.

You must have [ffmpeg](https://ffmpeg.org/) installed on your system.

## Example

Recording a [page](./puppeteer.page.md):
Expand Down
2 changes: 2 additions & 0 deletions packages/puppeteer-core/src/api/Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2240,6 +2240,8 @@ export abstract class Page extends EventEmitter<PageEvents> {
*
* All recordings will be {@link https://www.webmproject.org/ | WebM} format using
* the {@link https://www.webmproject.org/vp9/ | VP9} video codec. The FPS is 30.
*
* You must have {@link https://ffmpeg.org/ | ffmpeg} installed on your system.
*/
async screencast(
options: Readonly<ScreencastOptions> = {}
Expand Down

0 comments on commit 4a0a511

Please sign in to comment.