Table of Contents

Class NextWasmDisassemblyChunkCommandResponse

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

Response for Disassemble the next chunk of lines for the module corresponding to the stream. If disassembly is complete, this API will invalidate the streamId and return an empty chunk. Any subsequent calls for the now invalid stream will return errors.

public sealed class NextWasmDisassemblyChunkCommandResponse : ICommandResponse<NextWasmDisassemblyChunkCommandSettings>, ICommandResponse
Inheritance
NextWasmDisassemblyChunkCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Chunk

The next chunk of disassembly.

[JsonPropertyName("chunk")]
public WasmDisassemblyChunk Chunk { get; set; }

Property Value

WasmDisassemblyChunk