Table of Contents

Class EnableCommandResponse

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

Response for Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.

public sealed class EnableCommandResponse : ICommandResponse<EnableCommandSettings>, ICommandResponse
Inheritance
EnableCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DebuggerId

Unique identifier of the debugger.

[JsonPropertyName("debuggerId")]
public string DebuggerId { get; set; }

Property Value

string