Table of Contents

Class Sink

Namespace
Selenium.WebDriver.BiDi.Cdp.Cast
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record Sink : IEquatable<Sink>
Inheritance
Sink
Implements
Inherited Members

Constructors

Sink(string, string)

public Sink(string Name, string Id)

Parameters

Name string
Id string

Properties

Id

public string Id { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Session

Text describing the current session. Present only if there is an active session on the sink.

public string? Session { get; init; }

Property Value

string