We are using JxBrowser and are pretty happy with it.
What we could not figure out by now was how to set the directory which is used as local web storage. What do we have to do to set this directory?
We are using JxBrowser and are pretty happy with it.
What we could not figure out by now was how to set the directory which is used as local web storage. What do we have to do to set this directory?
You can create the Browser instance with the specific BrowserContext instance passed as a parameter. The BrowserContext should be created with the Chromium data directory specified:
In this case the local web storage folder will be located by following path: "fullCustomFolderPath\Local Storage"