Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.PropertyPreview.Type
Packages that use PropertyPreview.Type
-
Uses of PropertyPreview.Type in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return PropertyPreview.TypeModifier and TypeMethodDescriptionstatic PropertyPreview.TypePropertyPreview.Type.fromString(String s) PropertyPreview.getType()Object type.static PropertyPreview.TypeReturns the enum constant of this class with the specified name.static PropertyPreview.Type[]PropertyPreview.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.runtime.model with parameters of type PropertyPreview.TypeModifierConstructorDescriptionPropertyPreview(String name, PropertyPreview.Type type, Optional<String> value, Optional<ObjectPreview> valuePreview, Optional<PropertyPreview.Subtype> subtype)