use patchright for stealth tests

This commit is contained in:
Nick Sweeting
2025-06-09 15:29:37 -07:00
parent bd349e922f
commit b0ed680419
+1
View File
@@ -70,6 +70,7 @@ async def run_single_task(task_file):
headless=True,
user_data_dir=None,
chromium_sandbox=False, # Disable sandbox for CI environment (GitHub Actions)
stealth=True,
)
session = BrowserSession(browser_profile=profile)
print('[DEBUG] Browser session created', file=sys.stderr)