Table of Contents

Class SetReturnValueCommandSettings

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

Changes return value in top frame. Available only at return break position.

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

New return value.

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

Property Value

CallArgument