Table of Contents

Class GetIsolateIdCommandResponse

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

Response for Returns the isolate id.

public sealed class GetIsolateIdCommandResponse : ICommandResponse<GetIsolateIdCommandSettings>, ICommandResponse
Inheritance
GetIsolateIdCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Id

The isolate id.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string