Skip to content

Conversation

@kathayl
Copy link
Contributor

@kathayl kathayl commented Apr 4, 2025

Browser Rendering - REST API GA, playwright, new endpoints, free tier

Summary

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

Browser Rendering - REST API GA, playwright, new endpoints, free tier
@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Apr 4, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Introduced Browser Rendering updates including REST API GA, new endpoints, and Playwright support.

  • Announced Browser Rendering availability on the Workers Free plan
  • Launched REST API with three new endpoints for enhanced browser automation
  • Added Playwright support for browser automation alongside Puppeteer

Added Files

  • src/content/changelog/browser-rendering/2025-04-07-br-free-ga-playwright.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

kathayl added 2 commits April 4, 2025 10:02
removed reference to playwright since that's going live 4/4 now
@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2025

@github-actions github-actions bot added the size/s label Apr 4, 2025
@kathayl kathayl marked this pull request as ready for review April 4, 2025 19:44
@kathayl kathayl requested a review from a team as a code owner April 4, 2025 19:44
Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use the Cloudflare TypeScript SDK with the REST API?

@kathayl
Copy link
Contributor Author

kathayl commented Apr 5, 2025

Can you use the Cloudflare TypeScript SDK with the REST API?

Our REST APIs are listed here in the cloudflare apis - https://developers.cloudflare.com/api/resources/browser_rendering/
I believe typescript sdk works with all of our cloudflare apis? but need to confirm.

@kathayl
Copy link
Contributor Author

kathayl commented Apr 5, 2025

Confirmed yes @irvinebroque

Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't know that there is an SDK I can use from reading this changelog

Wouldn't know that here either:

https://developers.cloudflare.com/browser-rendering/rest-api/content-endpoint/

Seems like clear win to pull in

const content = await client.browserRendering.content.create({ account_id: 'account_id' });

https://developers.cloudflare.com/api/node/resources/browser_rendering/subresources/content/methods/create/

https://developers.cloudflare.com/style-guide/components/tabs/

@kathayl kathayl merged commit 5109e9a into production Apr 6, 2025
11 checks passed
@kathayl kathayl deleted the kathayl-patch-8 branch April 6, 2025 18:35
RebeccaTamachiro pushed a commit that referenced this pull request Apr 21, 2025
* Create 2025-04-07-br-free-ga-playwright.mdx

Browser Rendering - REST API GA, playwright, new endpoints, free tier

* Update 2025-04-07-br-free-ga-playwright.mdx

make hidden

* Update 2025-04-07-br-free-ga-playwright.mdx

removed reference to playwright since that's going live 4/4 now

* Update 2025-04-07-br-free-ga-playwright.mdx

readd playwright

* Update 2025-04-07-br-free-ga-playwright.mdx

update title

* Update 2025-04-07-br-free-ga-playwright.mdx

update title

* Update src/content/changelog/browser-rendering/2025-04-07-br-free-ga-playwright.mdx

Co-authored-by: Matt Silverlock <[email protected]>

* Update src/content/changelog/browser-rendering/2025-04-07-br-free-ga-playwright.mdx

Co-authored-by: Matt Silverlock <[email protected]>

* Update src/content/changelog/browser-rendering/2025-04-07-br-free-ga-playwright.mdx

Co-authored-by: Matt Silverlock <[email protected]>

* Update 2025-04-07-br-free-ga-playwright.mdx

add typescript sdk

---------

Co-authored-by: Matt Silverlock <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants