public interface ProfilePreferences
Profile.| Modifier and Type | Method and Description |
|---|---|
void |
disableAutofill()
Disables the web form autofill and displaying of suggestions pop-ups.
|
void |
enableAutofill()
Enables the web form autofill and displaying of suggestions pop-ups.
|
boolean |
isAutofillEnabled()
Returns
true if the web form autofill is enabled. |
boolean isAutofillEnabled()
true if the web form autofill is enabled.
By default, the autofill is enabled.
java.lang.IllegalStateException - when the profile is deleted or its engine is closedvoid enableAutofill()
java.lang.IllegalStateException - when the profile is deleted or its engine is closedvoid disableAutofill()
java.lang.IllegalStateException - when the profile is deleted or its engine is closed