Skip to content

Commit 87505a3

Browse files
authored
docs: update fingerprint settings to reflect the new session create configu… (#1073)
…ration settings # why Updated docs to match the new fingerprint params in the Browserbase docs here: https://docs.browserbase.com/guides/stealth-customization#customization-options # what changed Update browser configuration docs to reflect the docs changes. # test plan
1 parent c886544 commit 87505a3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

docs/configuration/browser.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,11 @@ stagehand = Stagehand(
124124
blockAds: true,
125125
solveCaptchas: true,
126126
recordSession: false,
127+
os: "windows", // Valid: "windows" | "mac" | "linux" | "mobile" | "tablet"
127128
viewport: {
128129
width: 1920,
129130
height: 1080,
130131
},
131-
fingerprint: {
132-
browsers: ["chrome", "edge"],
133-
devices: ["desktop"],
134-
operatingSystems: ["windows", "macos"],
135-
locales: ["en-US", "en-GB"],
136-
httpVersion: 2,
137-
},
138132
},
139133
userMetadata: {
140134
userId: "automation-user-123",
@@ -159,17 +153,11 @@ stagehand = Stagehand(
159153
"block_ads": True,
160154
"solve_captchas": True,
161155
"record_session": False,
156+
"os": "windows", # "windows" | "mac" | "linux" | "mobile" | "tablet"
162157
"viewport": {
163158
"width": 1920,
164159
"height": 1080,
165160
},
166-
"fingerprint": {
167-
"browsers": ["chrome", "edge"],
168-
"devices": ["desktop"],
169-
"operating_systems": ["windows", "macos"],
170-
"locales": ["en-US", "en-GB"],
171-
"http_version": 2,
172-
},
173161
},
174162
"user_metadata": {
175163
"user_id": "automation-user-123",

0 commit comments

Comments
 (0)