Table of Contents

Class SetDockTileCommandSettings

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

SetDockTile

public sealed class SetDockTileCommandSettings : ICommand
Inheritance
SetDockTileCommandSettings
Implements
Inherited Members

Properties

BadgeLabel

Gets or sets the badgeLabel

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

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Image

Gets or sets the image

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

Property Value

string