测试性能
This commit is contained in:
2026-04-21 22:12:09 +08:00
parent c96cbf086e
commit 4e7893409a

View File

@@ -30,7 +30,6 @@ class PlayContextManager:
self.playwright = await async_playwright().start() # 不是 __enter__
self.browser = await self.playwright.chromium.launch(
headless=config.get("schedule", "playwright_headless", True),
channel="chromium",
args=[
"--disable-blink-features=AutomationControlled",
"--no-sandbox",