mirror of
https://github.com/browser-use/browser-use.git
synced 2026-09-14 19:59:47 +08:00
fix tests
This commit is contained in:
@@ -71,7 +71,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,
|
||||
stealth=False, # Disable stealth in CI to use playwright+chromium
|
||||
)
|
||||
session = BrowserSession(browser_profile=profile)
|
||||
print('[DEBUG] Browser session created', file=sys.stderr)
|
||||
|
||||
Reference in New Issue
Block a user