Skip to content

Commit 4ff06b8

Browse files
authored
Update stagehand.mdx (#25507)
add gif
1 parent 7f7daca commit 4ff06b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/browser-rendering/platform/stagehand.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ This guide shows you how to deploy a [Worker](/workers/) that uses Stagehand, Br
2323
## Use Stagehand in a Worker with Workers AI
2424

2525
In this example, you will use Stagehand to search for a movie on this [example movie directory](https://demo.playwright.dev/movies), extract its details (title, year, rating, duration, and genre), and return the information along with a screenshot of the webpage.
26-
<Details header="See an example of the result"> ![Stagehand example result](~/assets/images/browser-rendering/stagehand-example.png)</Details>
26+
<Details header="See a video of this example"> ![Stagehand video](/images/browser-rendering/speedystagehand.gif)
27+
Output: ![Stagehand example result](~/assets/images/browser-rendering/stagehand-example.png)</Details>
2728

2829
If instead you want to skip the steps and get started right away, select **Deploy to Cloudflare** below.
2930

0 commit comments

Comments
 (0)