Table of Contents

Class GetWasmBytecodeCommandResponse

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

Response for GetWasmBytecode

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

Properties

Bytecode

Gets or sets the bytecode

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

Property Value

string