Class SelectPromptCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V142.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
DeviceId
Gets or sets the deviceId
[JsonPropertyName("deviceId")]
public string DeviceId { get; set; }Property Value
Id
Gets or sets the id
[JsonPropertyName("id")]
public string Id { get; set; }