Table of Contents

Class GetIsolateIdResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetIsolateIdResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetIsolateIdResult>
Inheritance
EmptyResult
GetIsolateIdResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetIsolateIdResult(string)

public GetIsolateIdResult(string Id)

Parameters

Id string

The isolate id.

Properties

Id

The isolate id.

public string Id { get; init; }

Property Value

string