You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/stagehand_crawler.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,12 @@ Browserbase credentials (`browserbase_api_key`, `project_id`) can also be provid
117
117
118
118
## Browser configuration limitations
119
119
120
-
Because Stagehand manages the browser session internally via CDP, only Chromium is supported. Browser settings are limited to the subset accepted by Stagehand's `BrowserLaunchOptions` - `headless`, `args`, `viewport`, `proxy`, `locale`, `executable_path`, and a few others. Features like fingerprint generation and incognito pages are not supported.
120
+
Because Stagehand manages the browser session internally via CDP, only Chromium is supported.
121
+
Browser settings are limited to the subset accepted by Stagehand's `BrowserLaunchOptions` -
122
+
`headless`, `args`, `viewport`, `proxy`, `locale`, `executable_path`, and a few others.
123
+
Features like full browser fingerprinting (canvas, WebGL, screen properties) and incognito
124
+
pages are not supported. Fingerprint-consistent HTTP headers (`User-Agent`, `Accept`, `sec-ch-ua`)
0 commit comments