feat(browser): add cdp_url parameter to BrowserManager initialization
This commit is contained in:
@@ -338,6 +338,7 @@ class BrowserManager:
|
|||||||
headless=self.config.headless,
|
headless=self.config.headless,
|
||||||
logger=self.logger,
|
logger=self.logger,
|
||||||
debugging_port=self.config.debugging_port,
|
debugging_port=self.config.debugging_port,
|
||||||
|
cdp_url=self.config.cdp_url,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def start(self):
|
async def start(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user