Table of Contents

Class SetReturnValueCommandSettings

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

SetReturnValue

public sealed class SetReturnValueCommandSettings : ICommand
Inheritance
SetReturnValueCommandSettings
Implements
Inherited Members

Properties

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