Table of Contents

Class ChangeAppUserSettingsCommandSettings

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

ChangeAppUserSettings

public sealed class ChangeAppUserSettingsCommandSettings : ICommand
Inheritance
ChangeAppUserSettingsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DisplayMode

Gets or sets the displayMode

[JsonPropertyName("displayMode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DisplayMode? DisplayMode { get; set; }

Property Value

DisplayMode?

LinkCapturing

Gets or sets the linkCapturing

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

Property Value

bool?

ManifestId

Gets or sets the manifestId

[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }

Property Value

string