cdp
cdp copied to clipboard
Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.
Hello, i looked on google briefly and i cannot get th  Do i have to setup any additional stuff to get the devtool working ? here is my console...
Hi again! I made a rough sketch for the flattened protocol. It is really quite rough since I'm a novice with Go, and there are certainly some loose ends, especially...
This is an old WIP redesign for creating synchronized streams. TBC.
Hi, apologize if its in the docs. I would like to create a link preview rpc API so that client can send a URL and get the title, desc, etc....
Can someone point me to some examples of using the cdp package with an interactive web page? I see a lot of examples of loading a page and querying the...
`rpcc.Conn.Close` returns an error if the target is already closed, e.g. by invoking `cdp.Client.Target.CloseTarget`. This is a bit inconvenient because we have to ignore errors from `rpcc.Conn.Close` when we close...
Hi! I wonder what's the current version of the CDP protocol the library is using now? Since the protocol is still in flux, I need the number to properly stick...
I am trying to use the session manager in a context where I want to attach to all existing targets, and then attach to and get messages about detaching from...
Hey there, I'd like to be able to write in order synchronously without waiting for the replies. The use case being able to speed up typing in keyboard events, where...
Is it currently possible to distinguish between response errors and network errors in RPCC? For example, with the `DOM.getNodeForLocation` method, it can sometimes return an error: `No node found at...