Table of Contents

Class EnableCommandSettings

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

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 EnableCommandSettings : ICommand
Inheritance
EnableCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

MaxScriptsCacheSize

The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. Puts no limit if parameter is omitted.

[JsonPropertyName("maxScriptsCacheSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MaxScriptsCacheSize { get; set; }

Property Value

double?