Uses of Enum Class
org.openqa.selenium.devtools.v146.smartcardemulation.model.ConnectionState
Packages that use ConnectionState
Package
Description
-
Uses of ConnectionState in org.openqa.selenium.devtools.v146.smartcardemulation
Methods in org.openqa.selenium.devtools.v146.smartcardemulation with parameters of type ConnectionStateModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> SmartCardEmulation.reportStatusResult(String requestId, String readerName, ConnectionState state, String atr, Optional<Protocol> protocol) Reports the successful result of a |SCardStatus| call. -
Uses of ConnectionState in org.openqa.selenium.devtools.v146.smartcardemulation.model
Methods in org.openqa.selenium.devtools.v146.smartcardemulation.model that return ConnectionStateModifier and TypeMethodDescriptionstatic ConnectionStateConnectionState.fromString(String s) static ConnectionStateReturns the enum constant of this class with the specified name.static ConnectionState[]ConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.