Table of Contents

Class DeviceBoundSessionWithUsage

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

How a device bound session was used during a request.

public sealed class DeviceBoundSessionWithUsage
Inheritance
DeviceBoundSessionWithUsage
Inherited Members

Properties

SessionKey

The key for the session.

[JsonPropertyName("sessionKey")]
public DeviceBoundSessionKey SessionKey { get; set; }

Property Value

DeviceBoundSessionKey

Usage

How the session was used (or not used).

[JsonPropertyName("usage")]
public DeviceBoundSessionWithUsageUsageValues Usage { get; set; }

Property Value

DeviceBoundSessionWithUsageUsageValues