fixed broken link to chromium_args

This commit is contained in:
RishabhKodes
2025-02-17 10:55:37 +01:00
parent 2d0f95f801
commit 84d670e082

View File

@@ -37,7 +37,7 @@ config = BrowserConfig(
### Additional Settings
- **extra_chromium_args** (default: `[]`)
Additional arguments passed to the browser at launch. See the [full list of available arguments](https://github.com/browser-use/browser-use/blob/main/browser_use/browser/browser.py#L154).
Additional arguments passed to the browser at launch. See the [full list of available arguments](https://github.com/browser-use/browser-use/blob/main/browser_use/browser/browser.py#L180).
- **proxy** (default: `None`)
Standard Playwright proxy settings for using external proxy services.