Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class RemoveDescriptorCommandSettings

Namespace
OpenQA.Selenium.DevTools.V137.BluetoothEmulation
Assembly
WebDriver.dll

RemoveDescriptor

public sealed class RemoveDescriptorCommandSettings : ICommand
Inheritance
RemoveDescriptorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DescriptorId

Gets or sets the descriptorId

[JsonPropertyName("descriptorId")]
public string DescriptorId { get; set; }

Property Value

string