Skip to content

Commit 3348e1a

Browse files
feat(api): api update
1 parent 6900feb commit 3348e1a

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
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-a9ab6f9017f7645722d220eb8172516a7a5400e86542c28fc7e121adcd1f344f.yml
3-
openapi_spec_hash: e29347aba2697d4efa3dce7794810dbd
4-
config_hash: 72e1030e3b7f40188575d7b06f850923
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

src/resources/sessions/sessions.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,6 @@ 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-
445440
/**
446441
* Enable or disable session logging. Defaults to `true`.
447442
*/

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

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

0 commit comments

Comments
 (0)