We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d392a7 commit 7f15ef9Copy full SHA for 7f15ef9
src/content/docs/browser-rendering/platform/playwright.mdx
@@ -212,7 +212,9 @@ const context = await browser.newContext({
212
});
213
```
214
215
-Note: Modifying `userAgent` will not bypass bot protection as requests from Browser Rendering will always be identified as a bot.
+:::note
216
+The `userAgent` parameter does not bypass bot protection. Requests from Browser Rendering will always be identified as a bot.
217
+:::
218
219
220
## Session management
0 commit comments