Table of Contents

Class AwaitPromiseResult

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

Constructors

AwaitPromiseResult(RemoteObject, ExceptionDetails?)

public AwaitPromiseResult(RemoteObject Result, ExceptionDetails? ExceptionDetails)

Parameters

Result RemoteObject

Promise result. Will contain rejected value if promise was rejected.

ExceptionDetails ExceptionDetails

Exception details if stack strace is available.

Properties

ExceptionDetails

Exception details if stack strace is available.

public ExceptionDetails? ExceptionDetails { get; init; }

Property Value

ExceptionDetails

Result

Promise result. Will contain rejected value if promise was rejected.

public RemoteObject Result { get; init; }

Property Value

RemoteObject