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 am using `Runtime` to evaluate js code in my program. I did set timeout for i.e. 1000 ms - it worked great. However, when I pass awaitPromise flag...

I got this message on the first instruction ChromeDevToolsService **cdts = CdpUtils.getService()** : com.github.kklisura.cdt.services.exceptions.ChromeServiceException: Failed sending HTTP request. at com.github.kklisura.cdt.services.impl.ChromeServiceImpl.request(ChromeServiceImpl.java:292) at com.github.kklisura.cdt.services.impl.ChromeServiceImpl.getTabs(ChromeServiceImpl.java:127) at com.github.kklisura.cdt.services.ChromeService$getTabs.call(Unknown Source) at com.katalon.cdp.CdpUtils.getService(CdpUtils.groovy:42) at com.katalon.cdp.CdpUtils$getService.call(Unknown Source)...

I am one of developers of the [Selenoid](https://github.com/aerokube/selenoid) project which is a Selenium implementation running browsers in Docker containers. In Selenoid we have a feature to provide access to Chrome...

hi, hope anybody out there can help me with my first trial of the DevTools client on java. Unfortunately I'm not familiar with AccessController Classes - I get the following...

Hi, Do chrome processes spawned by CDT have any provision to handle SIGTERM received by JVM running them ? I found this during my test that as soon as the...

Im running a simple Javascript which returns some DOM nodes. I can see that these DOM nodes are represented as hash maps for some reason in Java. Is there any...

Hi and thanks for your work on this library. Is there a way to interact with the content of a page e.g. click on an element, find elements etc...? like...

Ok, this is a wierd one. I've spent an entire day trying to figure out what's going on. I am using ChromedevTools to get the source code of a page...

I Webdriver object from Chromeservice ? I need to init Page Elements during the service. This is Failing for me. Could you please help with that. PageFactory.initElements(driver, this);

Could we clarify what the backwards compatibility is for this project with older versions of Chrome? It seems that this project needs updating reasonably regularly as the Chrome API changes,...