Table of Contents

Class WasmDisassemblyChunk

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

WasmDisassemblyChunk

public sealed class WasmDisassemblyChunk
Inheritance
WasmDisassemblyChunk
Inherited Members

Properties

BytecodeOffsets

The bytecode offsets describing the start of each line.

[JsonPropertyName("bytecodeOffsets")]
public long[] BytecodeOffsets { get; set; }

Property Value

long[]

Lines

The next chunk of disassembled lines.

[JsonPropertyName("lines")]
public string[] Lines { get; set; }

Property Value

string[]