Table of Contents

Class DeviceBoundSessionKey

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

Unique identifier for a device bound session.

public sealed class DeviceBoundSessionKey
Inheritance
DeviceBoundSessionKey
Inherited Members

Properties

Id

The id of the session.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Site

The site the session is set up for.

[JsonPropertyName("site")]
public string Site { get; set; }

Property Value

string