Enum DescriptorOperationType
- Namespace
- OpenQA.Selenium.DevTools.V148.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Indicates the various types of descriptor operation.
[JsonConverter(typeof(JsonEnumMemberConverter<DescriptorOperationType>))]
public enum DescriptorOperationType
Fields
[EnumMember(Value = "read")] Read = 0Enumerated member for the read value.
[EnumMember(Value = "write")] Write = 1Enumerated member for the write value.