Table of Contents

Class EvaluateCommandResponse

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

Response for Evaluates expression on global object.

public sealed class EvaluateCommandResponse : ICommandResponse<EvaluateCommandSettings>, ICommandResponse
Inheritance
EvaluateCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Exception details.

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

Property Value

ExceptionDetails

Result

Evaluation result.

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

Property Value

RemoteObject