Class CancelPromptCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.DeviceAccess
- Assembly
- Selenium.WebDriver.dll
Cancel a prompt in response to a DeviceAccess.deviceRequestPrompted event.
public sealed class CancelPromptCommandSettings : ICommand
- Inheritance
-
CancelPromptCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Id
Gets or sets the id
[JsonPropertyName("id")]
public string Id { get; set; }