@@ -79,7 +79,9 @@ def create(
7979 Create a new browser pool with the specified configuration and size.
8080
8181 Args:
82- size: Number of browsers to create in the pool
82+ size: Number of browsers to maintain in the pool. The maximum size is determined by
83+ your organization's pooled sessions limit (the sum of all pool sizes cannot
84+ exceed your limit).
8385
8486 extensions: List of browser extensions to load into the session. Provide each by id or name.
8587
@@ -206,7 +208,9 @@ def update(
206208 Updates the configuration used to create browsers in the pool.
207209
208210 Args:
209- size: Number of browsers to create in the pool
211+ size: Number of browsers to maintain in the pool. The maximum size is determined by
212+ your organization's pooled sessions limit (the sum of all pool sizes cannot
213+ exceed your limit).
210214
211215 discard_all_idle: Whether to discard all idle browsers and rebuild the pool immediately. Defaults
212216 to false.
@@ -513,7 +517,9 @@ async def create(
513517 Create a new browser pool with the specified configuration and size.
514518
515519 Args:
516- size: Number of browsers to create in the pool
520+ size: Number of browsers to maintain in the pool. The maximum size is determined by
521+ your organization's pooled sessions limit (the sum of all pool sizes cannot
522+ exceed your limit).
517523
518524 extensions: List of browser extensions to load into the session. Provide each by id or name.
519525
@@ -640,7 +646,9 @@ async def update(
640646 Updates the configuration used to create browsers in the pool.
641647
642648 Args:
643- size: Number of browsers to create in the pool
649+ size: Number of browsers to maintain in the pool. The maximum size is determined by
650+ your organization's pooled sessions limit (the sum of all pool sizes cannot
651+ exceed your limit).
644652
645653 discard_all_idle: Whether to discard all idle browsers and rebuild the pool immediately. Defaults
646654 to false.
0 commit comments