onPageLoaded

abstract fun onPageLoaded(url: String, httpErrorCodes: List<Int>, hasBrowserError: Boolean)

Handles the event of a page being fully loaded.

Parameters

url

The URL of the loaded page.

httpErrorCodes

A list of HTTP error codes encountered during the page load.

hasBrowserError

Boolean indicating whether a browser error occurred.