Class SetForceUpdateOnPageLoadCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V85.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
ForceUpdateOnPageLoad
Gets or sets the forceUpdateOnPageLoad
[JsonPropertyName("forceUpdateOnPageLoad")]
public bool ForceUpdateOnPageLoad { get; set; }