Table of Contents

Class NextWasmDisassemblyChunkCommandSettings

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

NextWasmDisassemblyChunk

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