@@ -182,7 +182,7 @@ def create(
182182 profile : BrowserProfile | Omit = omit ,
183183 proxy : BrowserProxyConfigParam | Omit = omit ,
184184 proxy_id : str | Omit = omit ,
185- region : Literal ["us-east" , "eu-west" ] | Omit = omit ,
185+ region : Literal ["us-east" , "eu-west" , "ap-southeast" ] | Omit = omit ,
186186 start_url : str | Omit = omit ,
187187 stealth : bool | Omit = omit ,
188188 tags : TagsParam | Omit = omit ,
@@ -459,7 +459,7 @@ def list(
459459 limit : int | Omit = omit ,
460460 offset : int | Omit = omit ,
461461 query : str | Omit = omit ,
462- region : Literal ["us-east" , "eu-west" ] | Omit = omit ,
462+ region : Literal ["us-east" , "eu-west" , "ap-southeast" ] | Omit = omit ,
463463 status : Literal ["active" , "deleted" , "all" ] | Omit = omit ,
464464 tags : Dict [str , str ] | Omit = omit ,
465465 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -694,8 +694,8 @@ def load_extensions(
694694 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
695695 ) -> None :
696696 """
697- Loads one or more unpacked extensions and restarts Chromium on the browser
698- instance .
697+ Loads one or more unpacked extensions using live CDP activation when eligible.
698+ Chromium restarts when enterprise policy requires it or live activation fails .
699699
700700 Args:
701701 extensions: List of extensions to upload and activate
@@ -802,7 +802,7 @@ async def create(
802802 profile : BrowserProfile | Omit = omit ,
803803 proxy : BrowserProxyConfigParam | Omit = omit ,
804804 proxy_id : str | Omit = omit ,
805- region : Literal ["us-east" , "eu-west" ] | Omit = omit ,
805+ region : Literal ["us-east" , "eu-west" , "ap-southeast" ] | Omit = omit ,
806806 start_url : str | Omit = omit ,
807807 stealth : bool | Omit = omit ,
808808 tags : TagsParam | Omit = omit ,
@@ -1079,7 +1079,7 @@ def list(
10791079 limit : int | Omit = omit ,
10801080 offset : int | Omit = omit ,
10811081 query : str | Omit = omit ,
1082- region : Literal ["us-east" , "eu-west" ] | Omit = omit ,
1082+ region : Literal ["us-east" , "eu-west" , "ap-southeast" ] | Omit = omit ,
10831083 status : Literal ["active" , "deleted" , "all" ] | Omit = omit ,
10841084 tags : Dict [str , str ] | Omit = omit ,
10851085 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -1314,8 +1314,8 @@ async def load_extensions(
13141314 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
13151315 ) -> None :
13161316 """
1317- Loads one or more unpacked extensions and restarts Chromium on the browser
1318- instance .
1317+ Loads one or more unpacked extensions using live CDP activation when eligible.
1318+ Chromium restarts when enterprise policy requires it or live activation fails .
13191319
13201320 Args:
13211321 extensions: List of extensions to upload and activate
0 commit comments