remove dead code, cleanup examples and tests

This commit is contained in:
Nick Sweeting
2025-05-26 18:38:30 -07:00
parent f19adf9bb3
commit 74afa65d69

View File

@@ -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.')