Skip to content

Commit 97b11a4

Browse files
Fix issue: WorkspaceTaskSubType.META_DESCRIPTION
1 parent 22a3a9b commit 97b11a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/puppeteer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
pcx_content_type: concept
33
title: Puppeteer
4+
description: Learn how to use Puppeteer with Cloudflare Workers for browser automation. Access Puppeteer API, manage sessions, and optimize browser rendering.
45
sidebar:
56
order: 10
67
---
@@ -18,7 +19,6 @@ Our version is open sourced and can be found in [Cloudflare's fork of Puppeteer]
1819
```bash
1920
npm install @cloudflare/puppeteer --save-dev
2021
```
21-
2222
## Use Puppeteer in a Worker
2323

2424
Once the [browser binding](/browser-rendering/platform/wrangler/#bindings) is configured and the `@cloudflare/puppeteer` library is installed, Puppeteer can be used in a Worker:

0 commit comments

Comments
 (0)