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 @@ -101,37 +101,7 @@ client = Browserbase()
101101
102102session = client.sessions.create(
103103 project_id = " projectId" ,
104- browser_settings = {
105- " advanced_stealth" : True ,
106- " block_ads" : True ,
107- " captcha_image_selector" : " captchaImageSelector" ,
108- " captcha_input_selector" : " captchaInputSelector" ,
109- " context" : {
110- " id" : " id" ,
111- " persist" : True ,
112- },
113- " extension_id" : " extensionId" ,
114- " fingerprint" : {
115- " browsers" : [" chrome" ],
116- " devices" : [" desktop" ],
117- " http_version" : " 1" ,
118- " locales" : [" string" ],
119- " operating_systems" : [" android" ],
120- " screen" : {
121- " max_height" : 0 ,
122- " max_width" : 0 ,
123- " min_height" : 0 ,
124- " min_width" : 0 ,
125- },
126- },
127- " log_session" : True ,
128- " record_session" : True ,
129- " solve_captchas" : True ,
130- " viewport" : {
131- " height" : 0 ,
132- " width" : 0 ,
133- },
134- },
104+ browser_settings = {},
135105)
136106print (session.browser_settings)
137107```
You can’t perform that action at this time.
0 commit comments