Table of Contents

Class CompileScriptCommandResponse

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

Response for Compiles expression.

public sealed class CompileScriptCommandResponse : ICommandResponse<CompileScriptCommandSettings>, ICommandResponse
Inheritance
CompileScriptCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Exception details.

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

Property Value

ExceptionDetails

ScriptId

Id of the script.

[JsonPropertyName("scriptId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ScriptId { get; set; }

Property Value

string