cdp icon indicating copy to clipboard operation
cdp copied to clipboard

Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.

Results 19 cdp issues
Sort by recently updated
recently updated
newest added

Hello, i looked on google briefly and i cannot get th ![sublime_text_9aPOiOtrY5](https://user-images.githubusercontent.com/52961795/165003324-c5c947f8-ec19-4ef6-96bf-3f453403d25c.png) 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...

enhancement

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...

enhancement

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...

enhancement