Skip to content

Commit 0e37f0f

Browse files
committed
fix error double slashes
1 parent b3bc18b commit 0e37f0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/browser-rendering/2025-09-25-br-playwright-ga-stagehand-limits.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ products:
66
date: 2025-09-25T12:00:00Z
77
---
88

9-
We’re shipping three updates to Browser Rendering.
10-
- Playwright support is now Generally Available and synced with [Playwright v1.55](https://playwright.dev/docs/release-notes#version-155), giving you a stable foundation for critical automation and AI-agent workflows.
11-
- We’re also adding [Stagehand support (Beta)](/browser-rendering/platform/stagehand/) so you can combine code with natural language instructions to build more resilient automations.
9+
We’re shipping three updates to Browser Rendering.
10+
- Playwright support is now Generally Available and synced with [Playwright v1.55](https://playwright.dev/docs/release-notes#version-155), giving you a stable foundation for critical automation and AI-agent workflows.
11+
- We’re also adding [Stagehand support (Beta)](/browser-rendering/platform/stagehand/) so you can combine code with natural language instructions to build more resilient automations.
1212
- Finally, we’ve tripled [limits](/browser-rendering/platform/limits/#workers-paid) for paid plans across both the [REST API](/browser-rendering/rest-api/) and [Workers Bindings](/browser-rendering/workers-bindings/) to help you scale.
1313

1414
To get started with Stagehand, check out this [example guide](/browser-rendering/platform/stagehand/) that uses Stagehand and [Workers AI](/workers-ai/) to search for a movie on this [example movie directory](https://demo.playwright.dev/movies), extract its details using natural language (title, year, rating, duration, and genre), and return the information along with a screenshot of the webpage.
@@ -50,4 +50,4 @@ let movieInfo = await page.extract({
5050
await stagehand.close();
5151
```
5252

53-
![Stagehand video](~/assets/images/browser-rendering//stagehand.gif)
53+
![Stagehand video](~/assets/images/browser-rendering/stagehand.gif)

0 commit comments

Comments
 (0)