Uses of Class
org.openqa.selenium.remote.tracing.EventAttributeValue.Type
-
Packages that use EventAttributeValue.Type Package Description org.openqa.selenium.remote.tracing -
-
Uses of EventAttributeValue.Type in org.openqa.selenium.remote.tracing
Methods in org.openqa.selenium.remote.tracing that return EventAttributeValue.Type Modifier and Type Method Description EventAttributeValue.Type
EventAttributeValue. getAttributeType()
static EventAttributeValue.Type
EventAttributeValue.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EventAttributeValue.Type[]
EventAttributeValue.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-