Table of Contents

Class ExecuteWasmEvaluatorCommandSettings

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

ExecuteWasmEvaluator

public sealed class ExecuteWasmEvaluatorCommandSettings : ICommand
Inheritance
ExecuteWasmEvaluatorCommandSettings
Implements
Inherited Members

Properties

CallFrameId

Gets or sets the callFrameId

[JsonPropertyName("callFrameId")]
public string CallFrameId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Evaluator

Gets or sets the evaluator

[JsonPropertyName("evaluator")]
public string Evaluator { get; set; }

Property Value

string

Timeout

Gets or sets the timeout

[JsonPropertyName("timeout")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Timeout { get; set; }

Property Value

double?