Class SelectPromptCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.DeviceAccess
- Assembly
- Selenium.WebDriver.dll
Select a device in response to a DeviceAccess.deviceRequestPrompted event.
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; }