reload

abstract suspend fun reload(ignoreCache: Boolean = true, scriptToEvaluateOnLoad: String? = null)

Reload the current page in the tab.

Parameters

ignoreCache

If true, reloads the page without using the cache.

scriptToEvaluateOnLoad

Optional JavaScript to evaluate after the page loads.