@@ -41,11 +41,11 @@ def test_method_create_with_all_params(self, client: Browserbase) -> None:
41
41
},
42
42
"extension_id" : "extensionId" ,
43
43
"fingerprint" : {
44
- "browsers" : ["chrome" , "edge" , "firefox" ],
45
- "devices" : ["desktop" , "mobile" ],
44
+ "browsers" : ["chrome" ],
45
+ "devices" : ["desktop" ],
46
46
"http_version" : 1 ,
47
- "locales" : ["string" , "string" , "string" ],
48
- "operating_systems" : ["android" , "ios" , "linux" ],
47
+ "locales" : ["string" ],
48
+ "operating_systems" : ["android" ],
49
49
"screen" : {
50
50
"max_height" : 0 ,
51
51
"max_width" : 0 ,
@@ -270,11 +270,11 @@ async def test_method_create_with_all_params(self, async_client: AsyncBrowserbas
270
270
},
271
271
"extension_id" : "extensionId" ,
272
272
"fingerprint" : {
273
- "browsers" : ["chrome" , "edge" , "firefox" ],
274
- "devices" : ["desktop" , "mobile" ],
273
+ "browsers" : ["chrome" ],
274
+ "devices" : ["desktop" ],
275
275
"http_version" : 1 ,
276
- "locales" : ["string" , "string" , "string" ],
277
- "operating_systems" : ["android" , "ios" , "linux" ],
276
+ "locales" : ["string" ],
277
+ "operating_systems" : ["android" ],
278
278
"screen" : {
279
279
"max_height" : 0 ,
280
280
"max_width" : 0 ,
0 commit comments