Table of Contents

Class GetWasmBytecodeCommandSettings

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

This command is deprecated. Use getScriptSource instead.

public sealed class GetWasmBytecodeCommandSettings : ICommand
Inheritance
GetWasmBytecodeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScriptId

Id of the Wasm script to get source for.

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

Property Value

string