Save passwords in webviewer

Hello friends, I am using the webview function to access a page that requires a username and password, despite configuring the option to remind me it does not work, is there a way to save these credentials?
Thank you!

Imagen

Yes. If you use the webviewextra extension this will enable localStorage in your webview.

Then if you tick the remember me box, you need javascript code in your webpage to store the textbox values to localStorage, and similarly return these values to the textboxes when the web page is opened.

Hello TIMAI2, thanks for responding.
Would you have an example of how to do this?