Table of Contents

Class ExecuteWasmEvaluatorCommandResponse

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

Response for ExecuteWasmEvaluator

public sealed class ExecuteWasmEvaluatorCommandResponse : ICommandResponse<ExecuteWasmEvaluatorCommandSettings>, ICommandResponse
Inheritance
ExecuteWasmEvaluatorCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Gets or sets the exceptionDetails

[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }

Property Value

ExceptionDetails

Result

Gets or sets the result

[JsonPropertyName("result")]
public RemoteObject Result { get; set; }

Property Value

RemoteObject