Table of Contents

Class SetVariableValueCommandSettings

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

SetVariableValue

public sealed class SetVariableValueCommandSettings : ICommand
Inheritance
SetVariableValueCommandSettings
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

NewValue

Gets or sets the newValue

[JsonPropertyName("newValue")]
public CallArgument NewValue { get; set; }

Property Value

CallArgument

ScopeNumber

Gets or sets the scopeNumber

[JsonPropertyName("scopeNumber")]
public long ScopeNumber { get; set; }

Property Value

long

VariableName

Gets or sets the variableName

[JsonPropertyName("variableName")]
public string VariableName { get; set; }

Property Value

string