public interface ProfilePreferences
Profile.| Modifier and Type | Method and Description |
|---|---|
void |
disableAutofill()
Disables the web form autofill for the simple
input values, credit cards, and
user data. |
void |
enableAutofill()
Enables the web form autofill for the simple
input values, credit cards, and
user data. |
boolean |
isAutofillEnabled()
Returns
true if the web form autofill for the simple input values,
credit cards, or the user data is enabled. |
boolean isAutofillEnabled()
true if the web form autofill for the simple input values,
credit cards, or the user data is enabled.
By default, the autofill is enabled.
Important: the autofill for the 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.
ObjectClosedException - when the profile is deleted or its engine is closedvoid enableAutofill()
input values, credit cards, and
user data.ObjectClosedException - when the profile is deleted or its engine is closedvoid disableAutofill()
input values, credit cards, and
user data.ObjectClosedException - when the profile is deleted or its engine is closed