Table of Contents

Class GetSessionResult

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

Result of the CDP get session command.

public sealed record GetSessionResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetSessionResult>
Inheritance
EmptyResult
GetSessionResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetSessionResult(string)

Result of the CDP get session command.

public GetSessionResult(string Session)

Parameters

Session string

The CDP session identifier.

Properties

Session

The CDP session identifier.

public string Session { get; init; }

Property Value

string