Skip to content

Commit b2ac95c

Browse files
feat(api): manual updates
1 parent 36486ca commit b2ac95c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-be7a4aeebb1605262935b4b3ab446a95b1fad8a7d18098943dd548c8a486ef13.yml
3-
openapi_spec_hash: 1c950a109f80140711e7ae2cf87fddad
4-
config_hash: b3ca4ec5b02e5333af51ebc2e9fdef1b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-a9ab6f9017f7645722d220eb8172516a7a5400e86542c28fc7e121adcd1f344f.yml
3+
openapi_spec_hash: e29347aba2697d4efa3dce7794810dbd
4+
config_hash: ec077c0d8cde29588ca4ff30d49575a4

src/resources/sessions/sessions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,11 @@ export namespace SessionCreateParams {
437437
*/
438438
fingerprint?: BrowserSettings.Fingerprint;
439439

440+
/**
441+
* [NOT IN DOCS] Enable or disable headful mode. Defaults to `false`.
442+
*/
443+
headful?: boolean;
444+
440445
/**
441446
* Enable or disable session logging. Defaults to `true`.
442447
*/

tests/api-resources/sessions/sessions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ describe('resource sessions', () => {
3838
operatingSystems: ['android'],
3939
screen: { maxHeight: 0, maxWidth: 0, minHeight: 0, minWidth: 0 },
4040
},
41+
headful: true,
4142
logSession: true,
4243
os: 'windows',
4344
recordSession: true,

0 commit comments

Comments
 (0)