Table of Contents

Class GetWasmBytecodeResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Debugger
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetWasmBytecodeResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetWasmBytecodeResult>
Inheritance
EmptyResult
GetWasmBytecodeResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetWasmBytecodeResult(string)

public GetWasmBytecodeResult(string Bytecode)

Parameters

Bytecode string

Script source. (Encoded as a base64 string when passed over JSON)

Properties

Bytecode

Script source. (Encoded as a base64 string when passed over JSON)

public string Bytecode { get; init; }

Property Value

string