canInjectCredentialsToWebView

abstract suspend fun canInjectCredentialsToWebView(url: String): Boolean

Whether autofill can inject credentials into a WebView for the given page.

Parameters

url

The URL of the webpage to check.