Table of Contents

Class DebugSymbols

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

Debug symbols available for a wasm script.

public sealed class DebugSymbols
Inheritance
DebugSymbols
Inherited Members

Properties

ExternalURL

URL of the external symbol source.

[JsonPropertyName("externalURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ExternalURL { get; set; }

Property Value

string

Type

Type of the debug symbols.

[JsonPropertyName("type")]
public DebugSymbolsTypeValues Type { get; set; }

Property Value

DebugSymbolsTypeValues