Table of Contents

Class CreationEventDetails

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

Session event details specific to creation.

public sealed class CreationEventDetails
Inheritance
CreationEventDetails
Inherited Members

Properties

FetchResult

The result of the fetch attempt.

[JsonPropertyName("fetchResult")]
public DeviceBoundSessionFetchResult FetchResult { get; set; }

Property Value

DeviceBoundSessionFetchResult

NewSession

The session if there was a newly created session. This is populated for all successful creation events.

[JsonPropertyName("newSession")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DeviceBoundSession? NewSession { get; set; }

Property Value

DeviceBoundSession