Table of Contents

Class AwaitPromiseCommandSettings

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

AwaitPromise

public sealed class AwaitPromiseCommandSettings : ICommand
Inheritance
AwaitPromiseCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

GeneratePreview

Gets or sets the generatePreview

[JsonPropertyName("generatePreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GeneratePreview { get; set; }

Property Value

bool?

PromiseObjectId

Gets or sets the promiseObjectId

[JsonPropertyName("promiseObjectId")]
public string PromiseObjectId { get; set; }

Property Value

string

ReturnByValue

Gets or sets the returnByValue

[JsonPropertyName("returnByValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReturnByValue { get; set; }

Property Value

bool?