This commit is contained in:
ddrwode
2026-02-27 18:34:17 +08:00
parent 49d0425334
commit a159ea31cc
2 changed files with 12 additions and 9 deletions

View File

@@ -102,6 +102,9 @@ def _create_browser_with_proxy(proxy_host: str, proxy_port: int, user_agent: str
"os": "Android",
"platformVersion": 12,
"userAgent": user_agent,
"blockLargeImages": True,
"maxImageKB": 0,
"startupParams": "--blink-settings=imagesEnabled=false",
}
create_data = client.create_browser(
browser_name=f"yunyiyunpan_{uuid.uuid4().hex[:8]}",