mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
remove dead code, cleanup examples and tests
This commit is contained in:
@@ -416,7 +416,7 @@ class BrowserLaunchArgs(BaseModel):
|
||||
)
|
||||
executable_path: str | Path | None = Field(
|
||||
default=None,
|
||||
validation_alias=AliasChoices('chrome_binary_path', 'executable_path'),
|
||||
validation_alias=AliasChoices('browser_binary_path', 'chrome_binary_path'),
|
||||
description='Path to the chromium-based browser executable to use.',
|
||||
)
|
||||
headless: bool | None = Field(default=None, description='Whether to run the browser in headless or windowed mode.')
|
||||
|
||||
Reference in New Issue
Block a user