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

Hi, I see that chrome dev tools has an option in commands menu to take screenshot of a specific element. I didn't find this in any of the APIs provided...

Hi, I observed that cdt stores some files at the temp directory of user. This usage is huge and is not cleaned up after CDT session. Eventually it eats up...

Hi, I need for my project the setting "Autoplay policy" unfortunately this setting is reset every time. Is there a way to change this promatically? On the other hand, the...

I was having a problem with this command when browsing to content that happened to be XML - the evaluation function hung indefinitely. `devToolsService.getRuntime().evaluate("document.documentElement.outerHTML")` Here is a work around: ```...

Creating an instance of the `ChromeDevToolsServiceConfiguration` also results in the creation of an `ExecutorService` (through the `DefaultEventExecutorService`). That executor is not used in case the service is cached (and not...

Sometimes Chrome crashes, and yet there is no way to know it, devtools client just hangs waiting forever for a response that will never come. Is this the expected behaviour?

I am trying to run the example in a docker container but the chrome process is closes immediately, ``` 23:06:44.769 [main] INFO io.micronaut.runtime.Micronaut - Startup completed in 17ms. Server Running:...

Chrome 111 was just released which breaks this library. HTTP `PUT` must now be used instead of `GET` for `json/new`. _Should_ work with older Chrome versions too. Note that the...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies