File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 18
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-219341ea9864a23d33fbb51843fd6f762f41ec8be5154bd963bfceff0bc30bb1 .yml
3
- openapi_spec_hash : 43fdb5f9ab7c52a17206c881128afb45
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-86464130af6afb678b92cd7a412035fa95d0f806eb35d5cfc1902c0d417c44ca .yml
3
+ openapi_spec_hash : 9df21af9ca1497c2a481936ba585290d
4
4
config_hash : b3ca4ec5b02e5333af51ebc2e9fdef1b
Original file line number Diff line number Diff line change @@ -431,6 +431,10 @@ export namespace SessionCreateParams {
431
431
*/
432
432
extensionId ?: string ;
433
433
434
+ /**
435
+ * See usage examples
436
+ * [on the Stealth Mode page](/features/stealth-mode#fingerprinting)
437
+ */
434
438
fingerprint ?: BrowserSettings . Fingerprint ;
435
439
436
440
/**
@@ -464,6 +468,10 @@ export namespace SessionCreateParams {
464
468
persist ?: boolean ;
465
469
}
466
470
471
+ /**
472
+ * See usage examples
473
+ * [on the Stealth Mode page](/features/stealth-mode#fingerprinting)
474
+ */
467
475
export interface Fingerprint {
468
476
browsers ?: Array < 'chrome' | 'edge' | 'firefox' | 'safari' > ;
469
477
@@ -480,13 +488,13 @@ export namespace SessionCreateParams {
480
488
481
489
export namespace Fingerprint {
482
490
export interface Screen {
483
- maxHeight : number ;
491
+ maxHeight ? : number ;
484
492
485
- maxWidth : number ;
493
+ maxWidth ? : number ;
486
494
487
- minHeight : number ;
495
+ minHeight ? : number ;
488
496
489
- minWidth : number ;
497
+ minWidth ? : number ;
490
498
}
491
499
}
492
500
You can’t perform that action at this time.
0 commit comments