Table of Contents

Class CallFunctionOnCommandResponse

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

Response for Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

public sealed class CallFunctionOnCommandResponse : ICommandResponse<CallFunctionOnCommandSettings>, ICommandResponse
Inheritance
CallFunctionOnCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Exception details.

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

Property Value

ExceptionDetails

Result

Call result.

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

Property Value

RemoteObject