canSaveCredentialsFromWebView

abstract suspend fun canSaveCredentialsFromWebView(url: String): Boolean

Whether autofill can save credentials from a WebView for the given page.

Parameters

url

The URL of the webpage to check.