configureAutofillForCurrentPage
abstract fun configureAutofillForCurrentPage(webView: WebView, url: String?, browserMode: BrowserMode)
Configures autofill for the current webpage. This should be called once per page load (e.g., onPageStarted())
Responsible for injecting the required autofill configuration to the JS layer
Parameters
browserMode
The hosting tab's frozen browser mode.