Uses of Enum Class
org.openqa.selenium.devtools.v146.smartcardemulation.model.ResultCode
Packages that use ResultCode
Package
Description
-
Uses of ResultCode in org.openqa.selenium.devtools.v146.smartcardemulation
Methods in org.openqa.selenium.devtools.v146.smartcardemulation with parameters of type ResultCodeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> SmartCardEmulation.reportError(String requestId, ResultCode resultCode) Reports an error result for the given request. -
Uses of ResultCode in org.openqa.selenium.devtools.v146.smartcardemulation.model
Methods in org.openqa.selenium.devtools.v146.smartcardemulation.model that return ResultCodeModifier and TypeMethodDescriptionstatic ResultCodeResultCode.fromString(String s) static ResultCodeReturns the enum constant of this class with the specified name.static ResultCode[]ResultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.