Merge pull request #746 from RishabhKodes/main

Doc fix: Fixed broken link to extra_chromium_args
This commit is contained in:
Magnus Müller
2025-02-17 08:57:44 -08:00
committed by GitHub

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.