Table of Contents

Class StartDesktopMirroringCommandSettings

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

StartDesktopMirroring

public sealed class StartDesktopMirroringCommandSettings : ICommand
Inheritance
StartDesktopMirroringCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SinkName

Gets or sets the sinkName

[JsonPropertyName("sinkName")]
public string SinkName { get; set; }

Property Value

string