Table of Contents

Class GetIsolateIdCommandResponse

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

Response for GetIsolateId

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

Properties

Id

Gets or sets the id

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

Property Value

string