Skip to content

Commit b2d8857

Browse files
authored
Update 2025-09-25-br-playwright-ga-stagehand-limits.mdx
move video above code
1 parent 9c2a7a3 commit b2d8857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ We’re shipping three updates to Browser Rendering.
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 [The Movie Database](https://www.themoviedb.org/), extract its details using natural language (title, year, rating, duration, and genre), and return the information along with a screenshot of the webpage.
1515

16+
![Stagehand video](~/assets/images/browser-rendering/stagehand.mov)
17+
1618
```ts title="stagehand example"
1719
const stagehand = new Stagehand({
1820
env: "LOCAL",
@@ -49,5 +51,3 @@ const stagehand = new Stagehand({
4951

5052
await stagehand.close();
5153
```
52-
53-
![Stagehand video](~/assets/images/browser-rendering/stagehand.mov)

0 commit comments

Comments
 (0)