Set localStorage path in QWebEngineView
Unsolved
Qt for Python
-
@insideee
What makes you think you can/ought be able to "set a localstorage path"?QWebEngineSettings::LocalStorageEnabled 5 Enables support for the HTML 5 local storage feature. Enabled by default.
I would not expect to be able to affect where HTML5 stores its local storage. I expect it to be opaque to me.