11---
2- title : Overview
2+ title : Browser Rendering
33pcx_content_type : overview
44sidebar :
55 order : 1
66head :
77 - tag : title
88 content : Browser Rendering
9-
109---
1110
12- import { CardGrid , Description , LinkTitleCard , Plan , RelatedProduct } from " ~/components"
11+ import {
12+ CardGrid ,
13+ Description ,
14+ LinkTitleCard ,
15+ Plan ,
16+ RelatedProduct ,
17+ } from " ~/components" ;
1318
1419<Description >
1520
1621Browser automation for [ Cloudflare Workers] ( /workers/ ) .
22+
1723</Description >
1824
1925<Plan type = " workers-paid" />
@@ -22,50 +28,67 @@ The Workers Browser Rendering API allows developers to programmatically control
2228
2329Use Browser Rendering to:
2430
25- * Take screenshots of pages.
26- * Convert a page to a PDF.
27- * Test web applications.
28- * Gather page load performance metrics.
29- * Crawl web pages for information retrieval.
31+ - Take screenshots of pages.
32+ - Convert a page to a PDF.
33+ - Test web applications.
34+ - Gather page load performance metrics.
35+ - Crawl web pages for information retrieval.
3036
3137## Related products
3238
3339<RelatedProduct header = " Workers" href = " /workers/" product = " workers" >
3440
3541Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
3642
37-
3843</RelatedProduct >
3944
4045<RelatedProduct header = " Durable Objects" href = " /durable-objects/" product = " durable-objects" >
4146
4247A globally distributed coordination API with strongly consistent storage.
4348
44-
4549</RelatedProduct >
4650
4751## More resources
4852
4953<CardGrid >
5054
51- <LinkTitleCard title = " Get started" href = " /browser-rendering/get-started/" icon = " open-book" >
52- Deploy your first Browser Rendering project using Wrangler and Cloudflare's version of Puppeteer.
55+ <LinkTitleCard
56+ title = " Get started"
57+ href = " /browser-rendering/get-started/"
58+ icon = " open-book"
59+ >
60+ Deploy your first Browser Rendering project using Wrangler and Cloudflare's
61+ version of Puppeteer.
5362</LinkTitleCard >
5463
5564<LinkTitleCard title = " Learning Path" href = " /learning-paths/workers/" icon = " pen" >
56- New to Workers? Get started with the Workers Learning Path.
65+ New to Workers? Get started with the Workers Learning Path.
5766</LinkTitleCard >
5867
59- <LinkTitleCard title = " Limits" href = " /browser-rendering/platform/limits/" icon = " document" >
60- Learn about Browser Rendering limits.
68+ <LinkTitleCard
69+ title = " Limits"
70+ href = " /browser-rendering/platform/limits/"
71+ icon = " document"
72+ >
73+ Learn about Browser Rendering limits.
6174</LinkTitleCard >
6275
63- <LinkTitleCard title = " Developer Discord" href = " https://discord.cloudflare.com" icon = " discord" >
64- Connect with the Workers community on Discord to ask questions, show what you are building, and discuss the platform with other developers.
76+ <LinkTitleCard
77+ title = " Developer Discord"
78+ href = " https://discord.cloudflare.com"
79+ icon = " discord"
80+ >
81+ Connect with the Workers community on Discord to ask questions, show what you
82+ are building, and discuss the platform with other developers.
6583</LinkTitleCard >
6684
67- <LinkTitleCard title = " @CloudflareDev" href = " https://x.com/cloudflaredev" icon = " x.com" >
68- Follow @CloudflareDev on Twitter to learn about product announcements, and what is new in Cloudflare Workers.
85+ <LinkTitleCard
86+ title = " @CloudflareDev"
87+ href = " https://x.com/cloudflaredev"
88+ icon = " x.com"
89+ >
90+ Follow @CloudflareDev on Twitter to learn about product announcements, and
91+ what is new in Cloudflare Workers.
6992</LinkTitleCard >
7093
7194</CardGrid >
0 commit comments