Table of Contents

Class StopCastingCommandSettings

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

Stops the active Cast session on the sink.

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