Table of Contents

Class CreationEventDetails

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

Session event details specific to creation.

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

Constructors

CreationEventDetails(DeviceBoundSessionFetchResult)

Session event details specific to creation.

public CreationEventDetails(DeviceBoundSessionFetchResult FetchResult)

Parameters

FetchResult DeviceBoundSessionFetchResult

The result of the fetch attempt.

Properties

FailedRequest

Details about a failed device bound session network request if there was one.

public DeviceBoundSessionFailedRequest? FailedRequest { get; init; }

Property Value

DeviceBoundSessionFailedRequest

FetchResult

The result of the fetch attempt.

public DeviceBoundSessionFetchResult FetchResult { get; init; }

Property Value

DeviceBoundSessionFetchResult

NewSession

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

public DeviceBoundSession? NewSession { get; init; }

Property Value

DeviceBoundSession