Table of Contents

Class EvaluateOnCallFrameCommandResponse

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

Response for Evaluates expression on a given call frame.

public sealed class EvaluateOnCallFrameCommandResponse : ICommandResponse<EvaluateOnCallFrameCommandSettings>, ICommandResponse
Inheritance
EvaluateOnCallFrameCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Exception details.

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

Property Value

ExceptionDetails

Result

Object wrapper for the evaluation result.

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

Property Value

RemoteObject