Table of Contents

Class DeviceBoundSessionsAddedEventArgs

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

Triggered when the initial set of device bound sessions is added.

public sealed class DeviceBoundSessionsAddedEventArgs : EventArgs
Inheritance
DeviceBoundSessionsAddedEventArgs
Inherited Members

Properties

Sessions

The device bound sessions.

[JsonPropertyName("sessions")]
public DeviceBoundSession[] Sessions { get; set; }

Property Value

DeviceBoundSession[]