Table of Contents

Class DisassembleWasmModuleCommandSettings

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

DisassembleWasmModule

public sealed class DisassembleWasmModuleCommandSettings : ICommand
Inheritance
DisassembleWasmModuleCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScriptId

Gets or sets the scriptId

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string