ReloadRequest

@Serializable
data class ReloadRequest(val ignoreCache: Boolean? = null, val scriptToEvaluateOnLoad: String? = null)(source)

Request object containing input parameters for the PageDomain.reload command.

Constructors

Link copied to clipboard
constructor(ignoreCache: Boolean? = null, scriptToEvaluateOnLoad: String? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val ignoreCache: Boolean? = null

If true, browser cache is ignored (as if the user pressed Shift+refresh).

Link copied to clipboard

If set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin.