Table of Contents

Class SetForceUpdateOnPageLoadCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.ServiceWorker
Assembly
WebDriver.dll

SetForceUpdateOnPageLoad

public sealed class SetForceUpdateOnPageLoadCommandSettings : ICommand
Inheritance
SetForceUpdateOnPageLoadCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ForceUpdateOnPageLoad

Gets or sets the forceUpdateOnPageLoad

[JsonPropertyName("forceUpdateOnPageLoad")]
public bool ForceUpdateOnPageLoad { get; set; }

Property Value

bool