-
public final class ReloadRequestRequest object containing input parameters for the PageDomain.reload command.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanignoreCacheprivate final StringscriptToEvaluateOnLoad
-
Constructor Summary
Constructors Constructor Description ReloadRequest(Boolean ignoreCache, String scriptToEvaluateOnLoad)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Stringcomponent2()final ReloadRequestcopy(Boolean ignoreCache, String scriptToEvaluateOnLoad)final BooleangetIgnoreCache()If true, browser cache is ignored (as if the user pressed Shift+refresh). final StringgetScriptToEvaluateOnLoad()If set, the script will be injected into all frames of the inspected page after reload. -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final String component2()
-
copy
final ReloadRequest copy(Boolean ignoreCache, String scriptToEvaluateOnLoad)
-
getIgnoreCache
final Boolean getIgnoreCache()
If true, browser cache is ignored (as if the user pressed Shift+refresh).
-
getScriptToEvaluateOnLoad
final String getScriptToEvaluateOnLoad()
If set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin.
-
-
-
-