-
-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist before requesting
- I have searched for similar feature requests and didn't find a duplicate.
- I have checked the documentation to confirm this feature doesn't already exist.
Problem Statement
I want to connect to existing browser session and integrating with browsers running in different environments (Docker, remote machines).
By this, i would be able to share browser instances between multiple scripts using this pydoll.
However, looks like this is not supported in the pydoll.
Proposed Solution
I want to have similar to connect_over_cdp() method similar to Playwright's implementation that would accept a CDP websocket URL (e.g., ws://localhost:9222/browser/...)
For example :
async with Chrome() as b: browser = await b.connect_over_cdp("wss://localhost:9222") page = await browser.get_page()
Alternatives Considered
I looked at the docs, didn't find something similar
Additional Context
No response
Importance
Important
Contribution
None
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request