@@ -106,11 +106,11 @@ def create(
106106 are destroyed. Defaults to 600 seconds if not specified
107107
108108 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
109- image defaults apply (commonly 1024x768@60 ). Only specific viewport
110- configurations are supported. The server will reject unsupported combinations.
111- Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
112- 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
113- be automatically determined from the width and height if they match a supported
109+ image defaults apply (1920x1080@25 ). Only specific viewport configurations are
110+ supported. The server will reject unsupported combinations. Supported
111+ resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
112+ 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
113+ automatically determined from the width and height if they match a supported
114114 configuration exactly. Note: Higher resolutions may affect the responsiveness of
115115 live view browser
116116
@@ -209,7 +209,7 @@ def update(
209209 size: Number of browsers to create in the pool
210210
211211 discard_all_idle: Whether to discard all idle browsers and rebuild the pool immediately. Defaults
212- to true .
212+ to false .
213213
214214 extensions: List of browser extensions to load into the session. Provide each by id or name.
215215
@@ -236,11 +236,11 @@ def update(
236236 are destroyed. Defaults to 600 seconds if not specified
237237
238238 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
239- image defaults apply (commonly 1024x768@60 ). Only specific viewport
240- configurations are supported. The server will reject unsupported combinations.
241- Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
242- 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
243- be automatically determined from the width and height if they match a supported
239+ image defaults apply (1920x1080@25 ). Only specific viewport configurations are
240+ supported. The server will reject unsupported combinations. Supported
241+ resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
242+ 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
243+ automatically determined from the width and height if they match a supported
244244 configuration exactly. Note: Higher resolutions may affect the responsiveness of
245245 live view browser
246246
@@ -540,11 +540,11 @@ async def create(
540540 are destroyed. Defaults to 600 seconds if not specified
541541
542542 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
543- image defaults apply (commonly 1024x768@60 ). Only specific viewport
544- configurations are supported. The server will reject unsupported combinations.
545- Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
546- 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
547- be automatically determined from the width and height if they match a supported
543+ image defaults apply (1920x1080@25 ). Only specific viewport configurations are
544+ supported. The server will reject unsupported combinations. Supported
545+ resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
546+ 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
547+ automatically determined from the width and height if they match a supported
548548 configuration exactly. Note: Higher resolutions may affect the responsiveness of
549549 live view browser
550550
@@ -643,7 +643,7 @@ async def update(
643643 size: Number of browsers to create in the pool
644644
645645 discard_all_idle: Whether to discard all idle browsers and rebuild the pool immediately. Defaults
646- to true .
646+ to false .
647647
648648 extensions: List of browser extensions to load into the session. Provide each by id or name.
649649
@@ -670,11 +670,11 @@ async def update(
670670 are destroyed. Defaults to 600 seconds if not specified
671671
672672 viewport: Initial browser window size in pixels with optional refresh rate. If omitted,
673- image defaults apply (commonly 1024x768@60 ). Only specific viewport
674- configurations are supported. The server will reject unsupported combinations.
675- Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
676- 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
677- be automatically determined from the width and height if they match a supported
673+ image defaults apply (1920x1080@25 ). Only specific viewport configurations are
674+ supported. The server will reject unsupported combinations. Supported
675+ resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900 @25,
676+ 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be
677+ automatically determined from the width and height if they match a supported
678678 configuration exactly. Note: Higher resolutions may affect the responsiveness of
679679 live view browser
680680
0 commit comments