issues Search Results · repo:kklisura/chrome-devtools-java-client language:Java
Filter by
66 results
(67 ms)66 results
inkklisura/chrome-devtools-java-client (press backspace or delete to remove)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 --- ...
mohadipe
- Opened on Mar 14
- #105
ChromeServiceImpl.getVersion().getWebSocketDebuggerUrl() returns the websocket uri for the browser level devtools
connection. I wish this was easier to get access to.
sixcorners
- Opened on Feb 10
- #100
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 these but have not ...
sixcorners
- Opened on Feb 10
- #99
Setting remote-allow-origins sucks. If you set it to * I think that is very insecure. Selenium doesn t need this. The
way to not have to set it is to not send the origin header.
// pass this to .connectToServer() ...
sixcorners
- Opened on Feb 10
- #98
First of all, thank you very much for your open-source project.
I am encountering a problem now. I packaged the chrome-devtools-java-client into a jar file and called the Main method
of PrintToPdf. It ...
fttfyy
- 1
- Opened on Sep 29, 2024
- #97
Fails with Chrome 112 with PR #85 fix over Failed connecting to ws server even with
.additionalArguments( remote-allow-origins , * )
/Users/.../Library/Java/JavaVirtualMachines/corretto-17.0.6/Contents/Home/bin/java ...
paulwwisl
- 1
- Opened on Apr 17, 2023
- #88
chromeService.createDevToolsService(tab, chromeDevToolsServiceConfiguration); craches with Caused by:
javax.websocket.DeploymentException: Handshake error. at
org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:679) ...
ZhezherP
- 3
- Opened on Mar 14, 2023
- #87
Since version 111+ /json/get will not accept GET request, which is used currently by library, which imho disallows the
way to open new tab. PUT method should be used.
elfoxus
- 6
- Opened on Mar 9, 2023
- #86
In format 18:17:16 02.02.2023.
This is for cases where a request has been sent but no response has been received (error)
I tried to calculate with (js: return performance.timeOrigin) + requestWillBeSent.getTimestamp(), ...
csfedorov
- Opened on Feb 2, 2023
- #84

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.