@@ -316,8 +316,8 @@ export interface BrowserCreateResponse {
316316 * image defaults apply (1920x1080@25). Only specific viewport configurations are
317317 * supported. The server will reject unsupported combinations. Supported
318318 * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
319- * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
320- * automatically determined from the width and height if they match a supported
319+ * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
320+ * be automatically determined from the width and height if they match a supported
321321 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
322322 * live view browser
323323 */
@@ -392,8 +392,8 @@ export interface BrowserRetrieveResponse {
392392 * image defaults apply (1920x1080@25). Only specific viewport configurations are
393393 * supported. The server will reject unsupported combinations. Supported
394394 * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
395- * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
396- * automatically determined from the width and height if they match a supported
395+ * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
396+ * be automatically determined from the width and height if they match a supported
397397 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
398398 * live view browser
399399 */
@@ -468,8 +468,8 @@ export interface BrowserUpdateResponse {
468468 * image defaults apply (1920x1080@25). Only specific viewport configurations are
469469 * supported. The server will reject unsupported combinations. Supported
470470 * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
471- * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
472- * automatically determined from the width and height if they match a supported
471+ * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
472+ * be automatically determined from the width and height if they match a supported
473473 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
474474 * live view browser
475475 */
@@ -544,8 +544,8 @@ export interface BrowserListResponse {
544544 * image defaults apply (1920x1080@25). Only specific viewport configurations are
545545 * supported. The server will reject unsupported combinations. Supported
546546 * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
547- * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
548- * automatically determined from the width and height if they match a supported
547+ * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
548+ * be automatically determined from the width and height if they match a supported
549549 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
550550 * live view browser
551551 */
@@ -614,8 +614,8 @@ export interface BrowserCreateParams {
614614 * image defaults apply (1920x1080@25). Only specific viewport configurations are
615615 * supported. The server will reject unsupported combinations. Supported
616616 * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
617- * 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
618- * automatically determined from the width and height if they match a supported
617+ * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
618+ * be automatically determined from the width and height if they match a supported
619619 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
620620 * live view browser
621621 */
0 commit comments