chrome-devtools-java-client icon indicating copy to clipboard operation
chrome-devtools-java-client copied to clipboard

Chrome DevTools java client.

Results 51 chrome-devtools-java-client issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.3 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.11.3&new-version=2.12.7.1)](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...

dependencies

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