File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -124,17 +124,11 @@ stagehand = Stagehand(
124
124
blockAds: true ,
125
125
solveCaptchas: true ,
126
126
recordSession: false ,
127
+ os: " windows" , // Valid: "windows" | "mac" | "linux" | "mobile" | "tablet"
127
128
viewport: {
128
129
width: 1920 ,
129
130
height: 1080 ,
130
131
},
131
- fingerprint: {
132
- browsers: [" chrome" , " edge" ],
133
- devices: [" desktop" ],
134
- operatingSystems: [" windows" , " macos" ],
135
- locales: [" en-US" , " en-GB" ],
136
- httpVersion: 2 ,
137
- },
138
132
},
139
133
userMetadata: {
140
134
userId: " automation-user-123" ,
@@ -159,17 +153,11 @@ stagehand = Stagehand(
159
153
" block_ads" : True ,
160
154
" solve_captchas" : True ,
161
155
" record_session" : False ,
156
+ " os" : " windows" , # "windows" | "mac" | "linux" | "mobile" | "tablet"
162
157
" viewport" : {
163
158
" width" : 1920 ,
164
159
" height" : 1080 ,
165
160
},
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
- },
173
161
},
174
162
" user_metadata" : {
175
163
" user_id" : " automation-user-123" ,
You can’t perform that action at this time.
0 commit comments