onPageLoadComplete

abstract fun onPageLoadComplete(url: URL, duration: Long)

Called when a webpage finishes loading.

Parameters

url

The URL that has loaded.

duration

The time taken to load the URL in milliseconds.