Table of Contents

Class NextWasmDisassemblyChunkCommandSettings

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

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

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

StreamId

Gets or sets the streamId

[JsonPropertyName("streamId")]
public string StreamId { get; set; }

Property Value

string