Table of Contents

Class GetWasmBytecodeCommandResponse

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

Response for This command is deprecated. Use getScriptSource instead.

public sealed class GetWasmBytecodeCommandResponse : ICommandResponse<GetWasmBytecodeCommandSettings>, ICommandResponse
Inheritance
GetWasmBytecodeCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Bytecode

Script source.

[JsonPropertyName("bytecode")]
public string Bytecode { get; set; }

Property Value

string