Table of Contents

Class SetSinkToUseCommandSettings

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

Sets a sink to be used when the web page requests the browser to choose a sink via Presentation API, Remote Playback API, or Cast SDK.

public sealed class SetSinkToUseCommandSettings : ICommand
Inheritance
SetSinkToUseCommandSettings
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