Skip to content

Commit 45d748e

Browse files
authored
Update 2025-09-25-br-playwright-ga-stagehand-limits.mdx
reorder video and code
1 parent 34e07d0 commit 45d748e

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,8 +13,6 @@ 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.gif)
17-
1816
```ts title="Stagehand example"
1917
const stagehand = new Stagehand({
2018
env: "LOCAL",
@@ -51,3 +49,5 @@ let movieInfo = await page.extract({
5149

5250
await stagehand.close();
5351
```
52+
53+
![Stagehand video](~/assets/images/browser-rendering//stagehand.gif)

0 commit comments

Comments
 (0)