Skip to content

Commit 7f15ef9

Browse files
kathaylToriLindsay
andauthored
Update src/content/docs/browser-rendering/platform/playwright.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 5d392a7 commit 7f15ef9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ const context = await browser.newContext({
212212
});
213213
```
214214

215-
Note: Modifying `userAgent` will not bypass bot protection as requests from Browser Rendering will always be identified as a bot.
215+
:::note
216+
The `userAgent` parameter does not bypass bot protection. Requests from Browser Rendering will always be identified as a bot.
217+
:::
216218

217219

218220
## Session management

0 commit comments

Comments
 (0)