Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am using WebEngineView. The program is very simple, it's just the example from the Qt website. Now I want to access the local storage of a website. How do I do that? From my endless search, it seems I cannot do that.
I figured out a way. I just call a Javascript on the WebEngineView to localStorage.setItem(), and that is it! :~)
@TonyN Can you provide a working code to do that?