-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update to the latest CDP protocol #1430
Comments
Initial findings from CDP dependency updateI have a draft PR for this: #1447. I was hoping that it wasn't going to be a lot of work but i'm unsure of the current breaking change and what else might be broken. Deprecate PostData?In #1447 we're having to work with a new field At the moment since it's not possible to intercept any request that the website makes from the test script, i doubt anyone is working with If we complete Next stepsLook at the chromium codebase to work out how the |
Having taken a look at the chromium codebase (and not being that successful to be honest), and running some tests, i've come to the conclusion that it should be fine to work with From what i can see, only the 0th entry of the slice contains any data at the moment. We can just work with the 0th entry until a need arises to work with the whole slice. Since postDataEntries is an experimental field, i don't want to export this and make it a JS API just yet until there's a good reason to do so. There doesn't seem to be a huge rush to change to working with WDYT? EDIT: Alternatively we find a recent CDP dependency version that still works with |
Thanks for the analysis 👍 For now, since it seems to work for us, I wouldn't go to the alternative route and use |
What?
Update to the latest CDP protocol package.
Why?
How?
Tasks
Tasks
The text was updated successfully, but these errors were encountered: