Table of Contents

Class RunScriptCommandResponse

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

Response for Runs script with given id in a given context.

public sealed class RunScriptCommandResponse : ICommandResponse<RunScriptCommandSettings>, ICommandResponse
Inheritance
RunScriptCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Exception details.

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

Property Value

ExceptionDetails

Result

Run result.

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

Property Value

RemoteObject