Uses of Enum Class
org.openqa.selenium.bidi.script.PrimitiveType
Packages that use PrimitiveType
-
Uses of PrimitiveType in org.openqa.selenium.bidi.script
Methods in org.openqa.selenium.bidi.script that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveType
PrimitiveType.findByName
(String name) static PrimitiveType
Returns the enum constant of this class with the specified name.static PrimitiveType[]
PrimitiveType.values()
Returns an array containing the constants of this enum class, in the order they are declared.