File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -88,37 +88,7 @@ client = Browserbase()
88
88
89
89
session = client.sessions.create(
90
90
project_id = " projectId" ,
91
- browser_settings = {
92
- " advanced_stealth" : True ,
93
- " block_ads" : True ,
94
- " captcha_image_selector" : " captchaImageSelector" ,
95
- " captcha_input_selector" : " captchaInputSelector" ,
96
- " context" : {
97
- " id" : " id" ,
98
- " persist" : True ,
99
- },
100
- " extension_id" : " extensionId" ,
101
- " fingerprint" : {
102
- " browsers" : [" chrome" ],
103
- " devices" : [" desktop" ],
104
- " http_version" : " 1" ,
105
- " locales" : [" string" ],
106
- " operating_systems" : [" android" ],
107
- " screen" : {
108
- " max_height" : 0 ,
109
- " max_width" : 0 ,
110
- " min_height" : 0 ,
111
- " min_width" : 0 ,
112
- },
113
- },
114
- " log_session" : True ,
115
- " record_session" : True ,
116
- " solve_captchas" : True ,
117
- " viewport" : {
118
- " height" : 0 ,
119
- " width" : 0 ,
120
- },
121
- },
91
+ browser_settings = {},
122
92
)
123
93
print (session.browser_settings)
124
94
```
You can’t perform that action at this time.
0 commit comments