Table of Contents

Class NextWasmDisassemblyChunkCommandResponse

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

Response for NextWasmDisassemblyChunk

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

Properties

Chunk

Gets or sets the chunk

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

Property Value

WasmDisassemblyChunk