-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] A way to CDP using persistent contexts #13111
Comments
Added P3-collecting-feedback label to gauge interest in this feature. Please elaborate on your use case(s) below! |
Run into the same problem. |
@rwoll It's been almost 6 months. Is there any interest in this? I'd like to use |
I think
This way, it should allow people to get both |
Why was this issue closed?Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a manageable database, we prioritize issues based on these factors. If you disagree with this closure, please open a new issue and reference this one. More support or clarity on its necessity may prompt a review. Your understanding and cooperation are appreciated. |
https://playwright.dev/docs/api/class-browser#browser-new-browser-cdp-session
https://playwright.dev/docs/api/class-browsercontext#browser-context-browser
So
persistentContext.browser().newBrowserCDPSession()
cannot be used because.browser()
returnsnull
.Would
context.newContextCDPSession()
make sense?The text was updated successfully, but these errors were encountered: