Danilo Guanabara

Results 71 comments of Danilo Guanabara

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

It looks like a bunch of other functions are missing as well. Do we have a table of un/implemented functions? I could use my spare time to give you some...

@grovesNL are you on any instant messaging app?

I was incorrectly using it. I implemented a CDP API myself and I realized this error message is returned if I don't get a session ID by attaching to the...

Hi @akubera. This fix is standing here for a long time. Can you please review it and publish to crates.io?

I just published @dpbriggs fix as https://crates.io/crates/bigdecimal-rs while the PR isn't accepted and merged. I will not maintain this fork and it's just a workaround to allow us to publish...

Any success on listening the events from a websocket connection? I am trying this with no success yet: ```rust let response = reqwest::get("http://localhost:9222/json/version") .await? .json::() .await?; let ws_debugger_url = response.get("webSocketDebuggerUrl").expect("Couldn't...

Maybe I am missing the session ID or something that binds the websocket to the client sending the requests?

I just found this link, which describes the protocol process pretty well: https://github.com/aslushnikov/getting-started-with-cdp

@audioXD I urgently created a CDP client myself because I couldn't get chromiumoxide working. The reason it didnt work was because I was simply misunderstanding how the protocol works and...