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 for the simple <input> values,
credit cards and addresses is enabled. |
boolean isAutofillEnabled()
true if the web form autofill for the simple <input> values,
credit cards and addresses 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.
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