ChromeDevToolsClient
ChromeDevToolsClient copied to clipboard
A java websocket client for the Chrome DevTools Protocol
Results
3
ChromeDevToolsClient issues
Sort by
recently updated
recently updated
newest added
Hey -- I need to access the "this" property on the Debugger Callframe object but it looks like the custom generator skips that while generating POJOs. Relevant snippet here: https://github.com/HubSpot/ChromeDevToolsClient/blob/056458ea4e4f615c70dc1653a20f1333916796fe/CodeGeneration/src/main/java/com/hubspot/chrome/devtools/codegen/Generator.java#L339-L343...