Skip to content

Commit 34e07d0

Browse files
authored
Update 2025-09-25-br-playwright-ga-stagehand-limits.mdx
indentations
1 parent 94aa845 commit 34e07d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for (const action of actions)
3636
await page.act('Click the search result');
3737

3838
// normal playwright functions work as expected
39-
await page.waitForSelector('.info-wrapper .cast');
39+
await page.waitForSelector('.info-wrapper .cast');
4040

4141
let movieInfo = await page.extract({
4242
instruction: 'Extract movie information',

0 commit comments

Comments
 (0)