@@ -110,9 +110,13 @@ def create(
110110 are destroyed. Defaults to 600 seconds if not specified
111111
112112 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
113- image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
114- but the following configurations are known-good and fully tested: 2560x1440@10,
115- 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
113+ image defaults apply (1920x1080@25). For GPU images, the default is
114+ 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
115+ Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
116+ 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
117+ presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
118+ 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
119+ 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
116120 Viewports outside this list may exhibit unstable live view or recording
117121 behavior. If refresh_rate is not provided, it will be automatically determined
118122 based on the resolution (higher resolutions use lower refresh rates to keep
@@ -242,9 +246,13 @@ def update(
242246 are destroyed. Defaults to 600 seconds if not specified
243247
244248 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
245- image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
246- but the following configurations are known-good and fully tested: 2560x1440@10,
247- 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
249+ image defaults apply (1920x1080@25). For GPU images, the default is
250+ 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
251+ Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
252+ 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
253+ presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
254+ 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
255+ 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
248256 Viewports outside this list may exhibit unstable live view or recording
249257 behavior. If refresh_rate is not provided, it will be automatically determined
250258 based on the resolution (higher resolutions use lower refresh rates to keep
@@ -550,9 +558,13 @@ async def create(
550558 are destroyed. Defaults to 600 seconds if not specified
551559
552560 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
553- image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
554- but the following configurations are known-good and fully tested: 2560x1440@10,
555- 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
561+ image defaults apply (1920x1080@25). For GPU images, the default is
562+ 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
563+ Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
564+ 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
565+ presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
566+ 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
567+ 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
556568 Viewports outside this list may exhibit unstable live view or recording
557569 behavior. If refresh_rate is not provided, it will be automatically determined
558570 based on the resolution (higher resolutions use lower refresh rates to keep
@@ -682,9 +694,13 @@ async def update(
682694 are destroyed. Defaults to 600 seconds if not specified
683695
684696 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
685- image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
686- but the following configurations are known-good and fully tested: 2560x1440@10,
687- 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
697+ image defaults apply (1920x1080@25). For GPU images, the default is
698+ 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
699+ Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
700+ 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60. For GPU images, recommended
701+ presets use one of these resolutions with refresh rates 60, 30, 25, or 10:
702+ 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800, 1280x720, 1368x768,
703+ 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250, 768x1024, 800x1600.
688704 Viewports outside this list may exhibit unstable live view or recording
689705 behavior. If refresh_rate is not provided, it will be automatically determined
690706 based on the resolution (higher resolutions use lower refresh rates to keep
0 commit comments