Table of Contents

Class ReloadCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

Reload

public sealed class ReloadCommandSettings : ICommand
Inheritance
ReloadCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IgnoreCache

Gets or sets the ignoreCache

[JsonPropertyName("ignoreCache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IgnoreCache { get; set; }

Property Value

bool?

LoaderId

Gets or sets the loaderId

[JsonPropertyName("loaderId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string LoaderId { get; set; }

Property Value

string

ScriptToEvaluateOnLoad

Gets or sets the scriptToEvaluateOnLoad

[JsonPropertyName("scriptToEvaluateOnLoad")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScriptToEvaluateOnLoad { get; set; }

Property Value

string