Table of Contents

Enum DescriptorOperationType

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

DescriptorOperationType

[JsonConverter(typeof(JsonEnumMemberConverter<DescriptorOperationType>))]
public enum DescriptorOperationType

Fields

[EnumMember(Value = "read")] Read = 0

Enumerated member for the read value.

[EnumMember(Value = "write")] Write = 1

Enumerated member for the write value.