Table of Contents

Class SelectPromptCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.DeviceAccess
Assembly
WebDriver.dll

SelectPrompt

public sealed class SelectPromptCommandSettings : ICommand
Inheritance
SelectPromptCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DeviceId

Gets or sets the deviceId

[JsonPropertyName("deviceId")]
public string DeviceId { get; set; }

Property Value

string

Id

Gets or sets the id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string