Table of Contents

Enum Disposition

Namespace
Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Indicates what the reader should do with the card.

[JsonConverter(typeof(JsonStringEnumConverter<Disposition>))]
public enum Disposition

Fields

EjectCard = 3
LeaveCard = 0
ResetCard = 1
UnpowerCard = 2