ChromiumWrapper
data class ChromiumWrapper(val path: String, val workingDirectory: File? = null) : ExecutableWrapper
Wrapper for a Chromium-family browser executable, used to print HTML documents to PDF via the Chrome DevTools Protocol.
Parameters
path
path to the browser executable