Uses of Enum Class
org.openqa.selenium.devtools.v146.smartcardemulation.model.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in org.openqa.selenium.devtools.v146.smartcardemulation
Method parameters in org.openqa.selenium.devtools.v146.smartcardemulation with type arguments of type ProtocolModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> SmartCardEmulation.reportConnectResult(String requestId, Integer handle, Optional<Protocol> activeProtocol) Reports the successful result of a |SCardConnect| call.static 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 Protocol in org.openqa.selenium.devtools.v146.smartcardemulation.model
Methods in org.openqa.selenium.devtools.v146.smartcardemulation.model that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolProtocol.fromString(String s) static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v146.smartcardemulation.model that return types with arguments of type ProtocolConstructor parameters in org.openqa.selenium.devtools.v146.smartcardemulation.model with type arguments of type Protocol