mirror of
https://github.com/unclecode/crawl4ai.git
synced 2026-06-12 00:38:00 +00:00
feat(browser): add cdp_url parameter to BrowserManager initialization
This commit is contained in:
@@ -338,6 +338,7 @@ class BrowserManager:
|
||||
headless=self.config.headless,
|
||||
logger=self.logger,
|
||||
debugging_port=self.config.debugging_port,
|
||||
cdp_url=self.config.cdp_url,
|
||||
)
|
||||
|
||||
async def start(self):
|
||||
|
||||
Reference in New Issue
Block a user