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/get-started.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Cloudflare Browser Rendering allows you to programmatically control a headless b
10
10
11
11
There are two ways to use Browser Rendering:
12
12
-[REST API](/browser-rendering/rest-api/) for simple, one-off actions, like taking a screenshot, fetching HTML, or generating a PDF.
13
-
-[Workers Bindings](/browser-rendering/workers-bindings/) for more complex, multi-step browser automation using [Puppeteer](/browser-rendering/platform/puppeteer/) and [Playwright](/browser-rendering/platform/playwright/).
13
+
-[Workers Bindings](/browser-rendering/workers-bindings/) for more complex, multi-step browser automation using [Puppeteer](/browser-rendering/puppeteer/) and [Playwright](/browser-rendering/playwright/).
14
14
15
15
This guide will help you choose the right path for your needs and get you started with your first Browser Rendering project.
16
16
@@ -37,7 +37,7 @@ The REST API can also be used to:
37
37
38
38
## Workers Bindings
39
39
40
-
Workers Bindings are best for situations where you need to build more complex, multi-step browser automation workflows. You can use familiar tools like [Puppeteer](/browser-rendering/platform/puppeteer/) and [Playwright](/browser-rendering/platform/playwright/).
40
+
Workers Bindings are best for situations where you need to build more complex, multi-step browser automation workflows. You can use familiar tools like [Puppeteer](/browser-rendering/puppeteer/) and [Playwright](/browser-rendering/playwright/).
41
41
42
42
### Prerequisites
43
43
<Renderfile="prereqs"product="workers" />
@@ -53,5 +53,5 @@ Workers Bindings are best for situations where you need to build more complex, m
53
53
If you have any feature requests or notice any bugs, share your feedback directly with the Cloudflare team by joining the [Cloudflare Developers community on Discord](https://discord.cloudflare.com/).
54
54
55
55
- Check out all the [REST API endpoints](/browser-rendering/rest-api/)
56
-
- Try out the [Playwright MCP](/browser-rendering/platform/playwright-mcp/)
57
-
- Learn more about Browser Rendering [limits](/browser-rendering/platform/limits/) and [pricing](/browser-rendering/platform/pricing/).
56
+
- Try out the [Playwright MCP](/browser-rendering/playwright-mcp/)
57
+
- Learn more about Browser Rendering [limits](/browser-rendering/limits/) and [pricing](/browser-rendering/pricing/).
0 commit comments