@@ -266,11 +266,11 @@ export interface BrowserPoolRequest {
266266
267267 /**
268268 * Initial browser window size in pixels with optional refresh rate. If omitted,
269- * image defaults apply (commonly 1024x768@60 ). Only specific viewport
270- * configurations are supported. The server will reject unsupported combinations.
271- * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
272- * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
273- * be automatically determined from the width and height if they match a supported
269+ * image defaults apply (1920x1080@25 ). Only specific viewport configurations are
270+ * supported. The server will reject unsupported combinations. Supported
271+ * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
272+ * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
273+ * automatically determined from the width and height if they match a supported
274274 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
275275 * live view browser
276276 */
@@ -284,7 +284,7 @@ export interface BrowserPoolRequest {
284284export interface BrowserPoolUpdateRequest extends BrowserPoolRequest {
285285 /**
286286 * Whether to discard all idle browsers and rebuild the pool immediately. Defaults
287- * to true .
287+ * to false .
288288 */
289289 discard_all_idle ?: boolean ;
290290}
@@ -356,11 +356,11 @@ export interface BrowserPoolAcquireResponse {
356356
357357 /**
358358 * Initial browser window size in pixels with optional refresh rate. If omitted,
359- * image defaults apply (commonly 1024x768@60 ). Only specific viewport
360- * configurations are supported. The server will reject unsupported combinations.
361- * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
362- * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
363- * be automatically determined from the width and height if they match a supported
359+ * image defaults apply (1920x1080@25 ). Only specific viewport configurations are
360+ * supported. The server will reject unsupported combinations. Supported
361+ * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
362+ * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
363+ * automatically determined from the width and height if they match a supported
364364 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
365365 * live view browser
366366 */
@@ -426,11 +426,11 @@ export interface BrowserPoolCreateParams {
426426
427427 /**
428428 * Initial browser window size in pixels with optional refresh rate. If omitted,
429- * image defaults apply (commonly 1024x768@60 ). Only specific viewport
430- * configurations are supported. The server will reject unsupported combinations.
431- * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
432- * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
433- * be automatically determined from the width and height if they match a supported
429+ * image defaults apply (1920x1080@25 ). Only specific viewport configurations are
430+ * supported. The server will reject unsupported combinations. Supported
431+ * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
432+ * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
433+ * automatically determined from the width and height if they match a supported
434434 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
435435 * live view browser
436436 */
@@ -445,7 +445,7 @@ export interface BrowserPoolUpdateParams {
445445
446446 /**
447447 * Whether to discard all idle browsers and rebuild the pool immediately. Defaults
448- * to true .
448+ * to false .
449449 */
450450 discard_all_idle ?: boolean ;
451451
@@ -502,11 +502,11 @@ export interface BrowserPoolUpdateParams {
502502
503503 /**
504504 * Initial browser window size in pixels with optional refresh rate. If omitted,
505- * image defaults apply (commonly 1024x768@60 ). Only specific viewport
506- * configurations are supported. The server will reject unsupported combinations.
507- * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
508- * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
509- * be automatically determined from the width and height if they match a supported
505+ * image defaults apply (1920x1080@25 ). Only specific viewport configurations are
506+ * supported. The server will reject unsupported combinations. Supported
507+ * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
508+ * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
509+ * automatically determined from the width and height if they match a supported
510510 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
511511 * live view browser
512512 */
0 commit comments