Table of Contents

Class CompileScriptCommandResponse

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

Response for CompileScript

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

Properties

ExceptionDetails

Gets or sets the exceptionDetails

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

Property Value

ExceptionDetails

ScriptId

Gets or sets the scriptId

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

Property Value

string