Skip to content

Commit 0332edf

Browse files
chore: add missing docstrings
1 parent 6e13710 commit 0332edf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/browserbase/types/session_create_params.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ class BrowserSettingsFingerprintScreen(TypedDict, total=False):
8585

8686

8787
class BrowserSettingsFingerprint(TypedDict, total=False):
88+
"""
89+
See usage examples [on the Stealth Mode page](/features/stealth-mode#fingerprinting)
90+
"""
91+
8892
browsers: List[Literal["chrome", "edge", "firefox", "safari"]]
8993

9094
devices: List[Literal["desktop", "mobile"]]
@@ -160,6 +164,8 @@ class BrowserSettings(TypedDict, total=False):
160164

161165

162166
class ProxiesUnionMember0UnionMember0Geolocation(TypedDict, total=False):
167+
"""Geographic location for the proxy. Optional."""
168+
163169
country: Required[str]
164170
"""Country code in ISO 3166-1 alpha-2 format"""
165171

0 commit comments

Comments
 (0)