IProfilePreferencesAutofillEnabled Property |
Namespace: DotNetBrowser.Profile
bool AutofillEnabled { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IProfilePreferences instance has already been disposed. |
ConnectionClosedException | The connection to the Chromium engine is closed. |
Important: the autofill for the IPasswordStore passwords is always enabled except the cases when a site has an invalid SSL certificate or the scheme is not registered as web-safe.The list of web-safe schemes: HTTP, HTTPS, WS, and WSS.