Uses of Enum Class
org.openqa.selenium.bidi.script.PrimitiveType
Packages that use PrimitiveType
- 
Uses of PrimitiveType in org.openqa.selenium.bidi.scriptMethods in org.openqa.selenium.bidi.script that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveTypePrimitiveType.findByName(String name) static PrimitiveTypeReturns 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.