Table of Contents

Class DeviceBoundSessionWithUsage

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

How a device bound session was used during a request.

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

Constructors

DeviceBoundSessionWithUsage(DeviceBoundSessionKey, string)

How a device bound session was used during a request.

public DeviceBoundSessionWithUsage(DeviceBoundSessionKey SessionKey, string Usage)

Parameters

SessionKey DeviceBoundSessionKey

The key for the session.

Usage string

How the session was used (or not used).

Properties

SessionKey

The key for the session.

public DeviceBoundSessionKey SessionKey { get; init; }

Property Value

DeviceBoundSessionKey

Usage

How the session was used (or not used).

public string Usage { get; init; }

Property Value

string