diff --git a/browser_use/browser/profile.py b/browser_use/browser/profile.py index 20ab422d6..a7787a300 100644 --- a/browser_use/browser/profile.py +++ b/browser_use/browser/profile.py @@ -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.')