@@ -283,8 +283,8 @@ export interface BrowserCreateResponse {
283283 * image defaults apply (commonly 1024x768@60). Only specific viewport
284284 * configurations are supported. The server will reject unsupported combinations.
285285 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
286- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
287- * automatically determined from the width and height if they match a supported
286+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
287+ * be automatically determined from the width and height if they match a supported
288288 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
289289 * live view browser
290290 */
@@ -297,8 +297,8 @@ export namespace BrowserCreateResponse {
297297 * image defaults apply (commonly 1024x768@60). Only specific viewport
298298 * configurations are supported. The server will reject unsupported combinations.
299299 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
300- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
301- * automatically determined from the width and height if they match a supported
300+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
301+ * be automatically determined from the width and height if they match a supported
302302 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
303303 * live view browser
304304 */
@@ -383,8 +383,8 @@ export interface BrowserRetrieveResponse {
383383 * image defaults apply (commonly 1024x768@60). Only specific viewport
384384 * configurations are supported. The server will reject unsupported combinations.
385385 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
386- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
387- * automatically determined from the width and height if they match a supported
386+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
387+ * be automatically determined from the width and height if they match a supported
388388 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
389389 * live view browser
390390 */
@@ -397,8 +397,8 @@ export namespace BrowserRetrieveResponse {
397397 * image defaults apply (commonly 1024x768@60). Only specific viewport
398398 * configurations are supported. The server will reject unsupported combinations.
399399 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
400- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
401- * automatically determined from the width and height if they match a supported
400+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
401+ * be automatically determined from the width and height if they match a supported
402402 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
403403 * live view browser
404404 */
@@ -486,8 +486,8 @@ export namespace BrowserListResponse {
486486 * image defaults apply (commonly 1024x768@60). Only specific viewport
487487 * configurations are supported. The server will reject unsupported combinations.
488488 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
489- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
490- * automatically determined from the width and height if they match a supported
489+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
490+ * be automatically determined from the width and height if they match a supported
491491 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
492492 * live view browser
493493 */
@@ -500,8 +500,8 @@ export namespace BrowserListResponse {
500500 * image defaults apply (commonly 1024x768@60). Only specific viewport
501501 * configurations are supported. The server will reject unsupported combinations.
502502 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
503- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
504- * automatically determined from the width and height if they match a supported
503+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
504+ * be automatically determined from the width and height if they match a supported
505505 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
506506 * live view browser
507507 */
@@ -587,8 +587,8 @@ export interface BrowserCreateParams {
587587 * image defaults apply (commonly 1024x768@60). Only specific viewport
588588 * configurations are supported. The server will reject unsupported combinations.
589589 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
590- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
591- * automatically determined from the width and height if they match a supported
590+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
591+ * be automatically determined from the width and height if they match a supported
592592 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
593593 * live view browser
594594 */
@@ -642,8 +642,8 @@ export namespace BrowserCreateParams {
642642 * image defaults apply (commonly 1024x768@60). Only specific viewport
643643 * configurations are supported. The server will reject unsupported combinations.
644644 * Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
645- * 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
646- * automatically determined from the width and height if they match a supported
645+ * 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
646+ * be automatically determined from the width and height if they match a supported
647647 * configuration exactly. Note: Higher resolutions may affect the responsiveness of
648648 * live view browser
649649 */
0 commit comments