Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(api): api update
  • Loading branch information
stainless-app[bot] committed Sep 5, 2025
commit 3bdf24e69fd14e6e488af830e6e5a7786c21640d
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 18
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-a9ab6f9017f7645722d220eb8172516a7a5400e86542c28fc7e121adcd1f344f.yml
openapi_spec_hash: e29347aba2697d4efa3dce7794810dbd
config_hash: 72e1030e3b7f40188575d7b06f850923
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-be7a4aeebb1605262935b4b3ab446a95b1fad8a7d18098943dd548c8a486ef13.yml
openapi_spec_hash: 1c950a109f80140711e7ae2cf87fddad
config_hash: b3ca4ec5b02e5333af51ebc2e9fdef1b
3 changes: 0 additions & 3 deletions src/browserbase/types/session_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ class BrowserSettings(TypedDict, total=False):
[on the Stealth Mode page](/features/stealth-mode#fingerprinting)
"""

headful: bool
"""[NOT IN DOCS] Enable or disable headful mode. Defaults to `false`."""

log_session: Annotated[bool, PropertyInfo(alias="logSession")]
"""Enable or disable session logging. Defaults to `true`."""

Expand Down
2 changes: 0 additions & 2 deletions tests/api_resources/test_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def test_method_create_with_all_params(self, client: Browserbase) -> None:
"min_width": 0,
},
},
"headful": True,
"log_session": True,
"os": "windows",
"record_session": True,
Expand Down Expand Up @@ -305,7 +304,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncBrowserbas
"min_width": 0,
},
},
"headful": True,
"log_session": True,
"os": "windows",
"record_session": True,
Expand Down