@@ -221,8 +221,8 @@ type BrowserNewResponse struct {
221221 // image defaults apply (commonly 1024x768@60). Only specific viewport
222222 // configurations are supported. The server will reject unsupported combinations.
223223 // Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
224- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
225- // automatically determined from the width and height if they match a supported
224+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
225+ // be automatically determined from the width and height if they match a supported
226226 // configuration exactly. Note: Higher resolutions may affect the responsiveness of
227227 // live view browser
228228 Viewport BrowserNewResponseViewport `json:"viewport"`
@@ -255,8 +255,8 @@ func (r *BrowserNewResponse) UnmarshalJSON(data []byte) error {
255255// image defaults apply (commonly 1024x768@60). Only specific viewport
256256// configurations are supported. The server will reject unsupported combinations.
257257// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
258- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
259- // automatically determined from the width and height if they match a supported
258+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
259+ // be automatically determined from the width and height if they match a supported
260260// configuration exactly. Note: Higher resolutions may affect the responsiveness of
261261// live view browser
262262type BrowserNewResponseViewport struct {
@@ -311,8 +311,8 @@ type BrowserGetResponse struct {
311311 // image defaults apply (commonly 1024x768@60). Only specific viewport
312312 // configurations are supported. The server will reject unsupported combinations.
313313 // Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
314- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
315- // automatically determined from the width and height if they match a supported
314+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
315+ // be automatically determined from the width and height if they match a supported
316316 // configuration exactly. Note: Higher resolutions may affect the responsiveness of
317317 // live view browser
318318 Viewport BrowserGetResponseViewport `json:"viewport"`
@@ -345,8 +345,8 @@ func (r *BrowserGetResponse) UnmarshalJSON(data []byte) error {
345345// image defaults apply (commonly 1024x768@60). Only specific viewport
346346// configurations are supported. The server will reject unsupported combinations.
347347// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
348- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
349- // automatically determined from the width and height if they match a supported
348+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
349+ // be automatically determined from the width and height if they match a supported
350350// configuration exactly. Note: Higher resolutions may affect the responsiveness of
351351// live view browser
352352type BrowserGetResponseViewport struct {
@@ -401,8 +401,8 @@ type BrowserListResponse struct {
401401 // image defaults apply (commonly 1024x768@60). Only specific viewport
402402 // configurations are supported. The server will reject unsupported combinations.
403403 // Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
404- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
405- // automatically determined from the width and height if they match a supported
404+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
405+ // be automatically determined from the width and height if they match a supported
406406 // configuration exactly. Note: Higher resolutions may affect the responsiveness of
407407 // live view browser
408408 Viewport BrowserListResponseViewport `json:"viewport"`
@@ -435,8 +435,8 @@ func (r *BrowserListResponse) UnmarshalJSON(data []byte) error {
435435// image defaults apply (commonly 1024x768@60). Only specific viewport
436436// configurations are supported. The server will reject unsupported combinations.
437437// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
438- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
439- // automatically determined from the width and height if they match a supported
438+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
439+ // be automatically determined from the width and height if they match a supported
440440// configuration exactly. Note: Higher resolutions may affect the responsiveness of
441441// live view browser
442442type BrowserListResponseViewport struct {
@@ -497,8 +497,8 @@ type BrowserNewParams struct {
497497 // image defaults apply (commonly 1024x768@60). Only specific viewport
498498 // configurations are supported. The server will reject unsupported combinations.
499499 // Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
500- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
501- // automatically determined from the width and height if they match a supported
500+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
501+ // be automatically determined from the width and height if they match a supported
502502 // configuration exactly. Note: Higher resolutions may affect the responsiveness of
503503 // live view browser
504504 Viewport BrowserNewParamsViewport `json:"viewport,omitzero"`
@@ -559,8 +559,8 @@ func (r *BrowserNewParamsProfile) UnmarshalJSON(data []byte) error {
559559// image defaults apply (commonly 1024x768@60). Only specific viewport
560560// configurations are supported. The server will reject unsupported combinations.
561561// Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
562- // 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
563- // automatically determined from the width and height if they match a supported
562+ // 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
563+ // be automatically determined from the width and height if they match a supported
564564// configuration exactly. Note: Higher resolutions may affect the responsiveness of
565565// live view browser
566566//
0 commit comments