chrome-devtools-java-client
chrome-devtools-java-client copied to clipboard
Chrome DevTools java client.
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.3 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
We try to use the rendering engine of chromium browser. We use Jasper Reports Reporting Tool which uses Chrome dev tools: ``` com.github.kklisura.cdt cdt-java-client 4.0.1 jar cdt-java-client Chrome DevTools java...
#### Sometimes Chrome crashes, devtools client just hangs waiting forever for a response that will never come , CDT will use CountdownLaunch to wait for a response as soon as...
Hi, my vulnerability tooling shows me CVE-2024-45687 in a dependency which is used by cdt-java-client. cdt-java-client:4.0.0 - tyrus-container-grizzly-client:1.12.1 -- grizzly-http-server:2.3.25 --- grizzly-http:2.3.25
Fixes #89
Fixes #99
Fixes "Rejected an incoming WebSocket connection from the http://localhost:9222 origin. Use the command line flag --remote-allow-origins=http://localhost:9222 to allow connections from this origin or --remote-allow-origins=* to allow all origins." Fixes #98
ChromeServiceImpl.getVersion().getWebSocketDebuggerUrl() returns the websocket uri for the browser level devtools connection. I wish this was easier to get access to.
I think WebSocketServiceImpl should implement AutoCloseable and be made so that close can be called multiple times without throwing an exception. This is useful if you have made one of...