canGeneratePasswordFromWebView

abstract suspend fun canGeneratePasswordFromWebView(url: String): Boolean

Whether autofill can generate a password into a WebView for the given page.

Parameters

url

The URL of the webpage to check.