Table of Contents

Class DeviceBoundSessionKey

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Unique identifier for a device bound session.

public sealed record DeviceBoundSessionKey : IEquatable<DeviceBoundSessionKey>
Inheritance
DeviceBoundSessionKey
Implements
Inherited Members

Constructors

DeviceBoundSessionKey(string, string)

Unique identifier for a device bound session.

public DeviceBoundSessionKey(string Site, string Id)

Parameters

Site string

The site the session is set up for.

Id string

The id of the session.

Properties

Id

The id of the session.

public string Id { get; init; }

Property Value

string

Site

The site the session is set up for.

public string Site { get; init; }

Property Value

string