You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/platform/puppeteer.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
pcx_content_type: concept
3
3
title: Puppeteer
4
+
description: Learn how to use Puppeteer with Cloudflare Workers for browser automation. Access Puppeteer API, manage sessions, and optimize browser rendering.
4
5
sidebar:
5
6
order: 10
6
7
---
@@ -18,7 +19,6 @@ Our version is open sourced and can be found in [Cloudflare's fork of Puppeteer]
18
19
```bash
19
20
npm install @cloudflare/puppeteer --save-dev
20
21
```
21
-
22
22
## Use Puppeteer in a Worker
23
23
24
24
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