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/index.mdx
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,27 @@ import {
19
19
20
20
<Description>
21
21
22
-
Browser Rendering enables developers to programmatically control and interact with headless browser instances running on Cloudflare’s global network. This facilitates tasks such as automating browser interactions, capturing screenshots, generating PDFs, and extracting data from web pages.
22
+
Browser automation for [Cloudflare Workers](/workers/)and [quick browser actions](/browser-rendering/rest-api/).
23
23
24
24
</Description>
25
25
26
26
<Plantype="workers-all" />
27
27
28
-
##Integration Methods
28
+
Browser Rendering enables developers to programmatically control and interact with headless browser instances running on Cloudflare’s global network. This facilitates tasks such as automating browser interactions, capturing screenshots, generating PDFs, and extracting data from web pages.
29
+
30
+
## Integration Methods
29
31
30
32
You can integrate Browser Rendering into your applications using one of the following methods:
31
33
32
34
-**[REST API](/browser-rendering/rest-api/)**: Ideal for simple, stateless tasks like capturing screenshots, generating PDFs, extracting HTML content, and more.
33
-
-**[Workers Binding API](/browser-rendering/workers-binding-api/)**: Suitable for advanced browser automation within [Cloudflare Workers](/workers/). This method provides greater control, enabling more complex workflows and persistent sessions.
35
+
-**[Workers Binding API](/browser-rendering/workers-binding-api/)**: Suitable for advanced browser automation within [Cloudflare Workers](/workers/). This method provides greater control, enabling more complex workflows and persistent sessions.
34
36
35
-
Choose the method that best fits your use case. For example, use the [REST API endpoints](/browser-rendering/rest-api/) for straightforward tasks from external applications and the [Workers Binding API](/browser-rendering/workers-binding-api/) for complex automation within the Cloudflare ecosystem.
37
+
Choose the method that best fits your use case. For example, use the [REST API endpoints](/browser-rendering/rest-api/) for straightforward tasks from external applications and the [Workers Binding API](/browser-rendering/workers-binding-api/) for complex automation within the Cloudflare ecosystem.
36
38
37
-
##Use Cases
39
+
##Use Cases
38
40
39
41
Browser Rendering can be utilized for various purposes, including:
42
+
40
43
- Fetch HTML content of a page.
41
44
- Capture screenshot of a webpage.
42
45
- Convert a webpage into a PDF document.
@@ -60,6 +63,12 @@ A globally distributed coordination API with strongly consistent storage.
0 commit comments