Skip to content

Commit ba0a483

Browse files
chore(docs): remove unnecessary param examples
1 parent 86b54e1 commit ba0a483

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -88,37 +88,7 @@ client = Browserbase()
8888

8989
session = client.sessions.create(
9090
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={},
12292
)
12393
print(session.browser_settings)
12494
```

0 commit comments

Comments
 (0)