-
Notifications
You must be signed in to change notification settings - Fork 3
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
cdp: cdpcli compatibility #285
base: main
Are you sure you want to change the base?
Conversation
I have an issue with a command sent by chromedp having {"id":3,"sessionId":"65618675CB7D3585A95049E9DFE95EA9","method":"Runtime.enable"} It breaks the I don't really know actually how to fix this issue. |
The sessionId returned by the inspector is invalid: 2024/10/25 18:20:30 -> {"id":3,"sessionId":"65618675CB7D3585A95049E9DFE95EA9","method":"Runtime.enable"}
2024/10/25 18:20:30 <- {"id":3,"result":{},"sessionId":"4FDC2CB760A23A220497A05C95417CF4"} It returns the |
458be8e
to
d64d15f
Compare
d64d15f
to
d0f0ee2
Compare
2d0dba6
to
1b05016
Compare
7810081
to
2eee7f1
Compare
0e39a24
to
91ac275
Compare
91ac275
to
cd211e1
Compare
Effort to accept the command
cdpcli -verbose -cdp ws://127.0.0.1:9222/devtools/browser/main -runs=1 eval
.