Table of Contents

Class AwaitPromiseCommandResponse

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

Response for Add handler to promise with given promise object id.

public sealed class AwaitPromiseCommandResponse : ICommandResponse<AwaitPromiseCommandSettings>, ICommandResponse
Inheritance
AwaitPromiseCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Exception details if stack strace is available.

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

Property Value

ExceptionDetails

Result

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

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

Property Value

RemoteObject