mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Remove --no-sandbox argument from BrowserProfile in evaluate_tasks.py to simplify configuration
This commit is contained in:
@@ -43,7 +43,6 @@ async def run_task(task_file, semaphore):
|
||||
shared_profile = BrowserProfile(
|
||||
headless=True,
|
||||
user_data_dir=None, # use dedicated tmp user_data_dir per session
|
||||
args=['--no-sandbox'],
|
||||
)
|
||||
session = BrowserSession(browser_profile=shared_profile)
|
||||
agent = Agent(task=task, llm=agent_llm, browser_session=session)
|
||||
|
||||
Reference in New Issue
Block a user