Table of Contents

Class TerminationEventDetails

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

Session event details specific to termination.

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

Constructors

TerminationEventDetails(string)

Session event details specific to termination.

public TerminationEventDetails(string DeletionReason)

Parameters

DeletionReason string

The reason for a session being deleted.

Properties

DeletionReason

The reason for a session being deleted.

public string DeletionReason { get; init; }

Property Value

string