Table of Contents

Class CompileScriptResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record CompileScriptResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<CompileScriptResult>
Inheritance
EmptyResult
CompileScriptResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

CompileScriptResult(ScriptId?, ExceptionDetails?)

public CompileScriptResult(ScriptId? ScriptId, ExceptionDetails? ExceptionDetails)

Parameters

ScriptId ScriptId

Id of the script.

ExceptionDetails ExceptionDetails

Exception details.

Properties

ExceptionDetails

Exception details.

public ExceptionDetails? ExceptionDetails { get; init; }

Property Value

ExceptionDetails

ScriptId

Id of the script.

public ScriptId? ScriptId { get; init; }

Property Value

ScriptId