@@ -315,13 +315,13 @@ export interface BrowserCreateResponse {
315315
316316 /**
317317 * Initial browser window size in pixels with optional refresh rate. If omitted,
318- * image defaults apply (1920x1080@25). Only specific viewport configurations are
319- * supported. The server will reject unsupported combinations. Supported
320- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
321- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
322- * be automatically determined from the width and height if they match a supported
323- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
324- * live view browser
318+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
319+ * but the following configurations are known-good and fully tested: 2560x1440@10,
320+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
321+ * Viewports outside this list may exhibit unstable live view or recording
322+ * behavior. If refresh_rate is not provided, it will be automatically determined
323+ * based on the resolution (higher resolutions use lower refresh rates to keep
324+ * bandwidth reasonable).
325325 */
326326 viewport ?: Shared . BrowserViewport ;
327327}
@@ -391,13 +391,13 @@ export interface BrowserRetrieveResponse {
391391
392392 /**
393393 * Initial browser window size in pixels with optional refresh rate. If omitted,
394- * image defaults apply (1920x1080@25). Only specific viewport configurations are
395- * supported. The server will reject unsupported combinations. Supported
396- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
397- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
398- * be automatically determined from the width and height if they match a supported
399- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
400- * live view browser
394+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
395+ * but the following configurations are known-good and fully tested: 2560x1440@10,
396+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
397+ * Viewports outside this list may exhibit unstable live view or recording
398+ * behavior. If refresh_rate is not provided, it will be automatically determined
399+ * based on the resolution (higher resolutions use lower refresh rates to keep
400+ * bandwidth reasonable).
401401 */
402402 viewport ?: Shared . BrowserViewport ;
403403}
@@ -467,13 +467,13 @@ export interface BrowserUpdateResponse {
467467
468468 /**
469469 * Initial browser window size in pixels with optional refresh rate. If omitted,
470- * image defaults apply (1920x1080@25). Only specific viewport configurations are
471- * supported. The server will reject unsupported combinations. Supported
472- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
473- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
474- * be automatically determined from the width and height if they match a supported
475- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
476- * live view browser
470+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
471+ * but the following configurations are known-good and fully tested: 2560x1440@10,
472+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
473+ * Viewports outside this list may exhibit unstable live view or recording
474+ * behavior. If refresh_rate is not provided, it will be automatically determined
475+ * based on the resolution (higher resolutions use lower refresh rates to keep
476+ * bandwidth reasonable).
477477 */
478478 viewport ?: Shared . BrowserViewport ;
479479}
@@ -543,13 +543,13 @@ export interface BrowserListResponse {
543543
544544 /**
545545 * Initial browser window size in pixels with optional refresh rate. If omitted,
546- * image defaults apply (1920x1080@25). Only specific viewport configurations are
547- * supported. The server will reject unsupported combinations. Supported
548- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
549- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
550- * be automatically determined from the width and height if they match a supported
551- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
552- * live view browser
546+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
547+ * but the following configurations are known-good and fully tested: 2560x1440@10,
548+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
549+ * Viewports outside this list may exhibit unstable live view or recording
550+ * behavior. If refresh_rate is not provided, it will be automatically determined
551+ * based on the resolution (higher resolutions use lower refresh rates to keep
552+ * bandwidth reasonable).
553553 */
554554 viewport ?: Shared . BrowserViewport ;
555555}
@@ -613,13 +613,13 @@ export interface BrowserCreateParams {
613613
614614 /**
615615 * Initial browser window size in pixels with optional refresh rate. If omitted,
616- * image defaults apply (1920x1080@25). Only specific viewport configurations are
617- * supported. The server will reject unsupported combinations. Supported
618- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
619- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
620- * be automatically determined from the width and height if they match a supported
621- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
622- * live view browser
616+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
617+ * but the following configurations are known-good and fully tested: 2560x1440@10,
618+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
619+ * Viewports outside this list may exhibit unstable live view or recording
620+ * behavior. If refresh_rate is not provided, it will be automatically determined
621+ * based on the resolution (higher resolutions use lower refresh rates to keep
622+ * bandwidth reasonable).
623623 */
624624 viewport ?: Shared . BrowserViewport ;
625625}
0 commit comments