@@ -367,9 +367,13 @@ export interface BrowserCreateResponse {
367367
368368 /**
369369 * Initial browser window size in pixels with optional refresh rate. If omitted,
370- * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
371- * but the following configurations are known-good and fully tested: 2560x1440@10,
372- * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
370+ * image defaults apply (1920x1080@25). For GPU images, the default is
371+ * 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
372+ * Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
373+ * 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
374+ * presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
375+ * 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
376+ * 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
373377 * Viewports outside this list may exhibit unstable live view or recording
374378 * behavior. If refresh_rate is not provided, it will be automatically determined
375379 * based on the resolution (higher resolutions use lower refresh rates to keep
@@ -463,9 +467,13 @@ export interface BrowserRetrieveResponse {
463467
464468 /**
465469 * Initial browser window size in pixels with optional refresh rate. If omitted,
466- * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
467- * but the following configurations are known-good and fully tested: 2560x1440@10,
468- * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
470+ * image defaults apply (1920x1080@25). For GPU images, the default is
471+ * 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
472+ * Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
473+ * 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
474+ * presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
475+ * 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
476+ * 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
469477 * Viewports outside this list may exhibit unstable live view or recording
470478 * behavior. If refresh_rate is not provided, it will be automatically determined
471479 * based on the resolution (higher resolutions use lower refresh rates to keep
@@ -559,9 +567,13 @@ export interface BrowserUpdateResponse {
559567
560568 /**
561569 * Initial browser window size in pixels with optional refresh rate. If omitted,
562- * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
563- * but the following configurations are known-good and fully tested: 2560x1440@10,
564- * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
570+ * image defaults apply (1920x1080@25). For GPU images, the default is
571+ * 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
572+ * Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
573+ * 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
574+ * presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
575+ * 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
576+ * 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
565577 * Viewports outside this list may exhibit unstable live view or recording
566578 * behavior. If refresh_rate is not provided, it will be automatically determined
567579 * based on the resolution (higher resolutions use lower refresh rates to keep
@@ -655,9 +667,13 @@ export interface BrowserListResponse {
655667
656668 /**
657669 * Initial browser window size in pixels with optional refresh rate. If omitted,
658- * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
659- * but the following configurations are known-good and fully tested: 2560x1440@10,
660- * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
670+ * image defaults apply (1920x1080@25). For GPU images, the default is
671+ * 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
672+ * Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
673+ * 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
674+ * presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
675+ * 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
676+ * 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
661677 * Viewports outside this list may exhibit unstable live view or recording
662678 * behavior. If refresh_rate is not provided, it will be automatically determined
663679 * based on the resolution (higher resolutions use lower refresh rates to keep
@@ -731,9 +747,13 @@ export interface BrowserCreateParams {
731747
732748 /**
733749 * Initial browser window size in pixels with optional refresh rate. If omitted,
734- * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
735- * but the following configurations are known-good and fully tested: 2560x1440@10,
736- * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
750+ * image defaults apply (1920x1080@25). For GPU images, the default is
751+ * 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
752+ * Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
753+ * 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
754+ * presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
755+ * 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
756+ * 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
737757 * Viewports outside this list may exhibit unstable live view or recording
738758 * behavior. If refresh_rate is not provided, it will be automatically determined
739759 * based on the resolution (higher resolutions use lower refresh rates to keep
0 commit comments