chrome-devtools-java-client
chrome-devtools-java-client copied to clipboard
Lot of temp file system usage
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 a lot of disk space and causing other processes to stop working some times if the disk has less space.

Is there any plan to clean up those files ?
@varun85gupta , you can do a "launcher.close();" at he end of your method. This would gracefully close the chromium process and delete the "userDataDirPath" -> the ones you see in the temporary directory. For implementation , in ChromeLauncher.java check public void close().
@varun85gupta @13Aastha13 Hello! Same problem. launcher.close() doesn't help. Have you solved the problem?