wirepair / gcd

Unofficial implementation of the Google Chrome Remote Debugger in Go
MIT License
186 stars 31 forks source link

Update to latest Chrome Devtools Version [111.0.5563.64] #63

Closed saravase closed 1 year ago

saravase commented 1 year ago

I'm using the latest Chrome stable version (111.0.5563.64) and there were some changes in the protocol.

After install the latest chrome version, When I call debugger.NewTab() function . I got an Error.

Would be great if you could update the API to the latest version.

wirepair commented 1 year ago

Apologies, i didn't notice this comment :(. Hopefully the PRs i'm about to merge will take care of this error for you.

wirepair commented 1 year ago

This has been fixed/released in 2.3.0 sorry again for the delay! https://github.com/wirepair/gcd/releases/tag/v2.3.0

wirepair commented 1 year ago

Definitely switch to v2, v1 is basically deprecated at this point.

saravase commented 1 year ago

Thank you for your fast response.