Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.ObjectPreview.Type
Packages that use ObjectPreview.Type
-
Uses of ObjectPreview.Type in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return ObjectPreview.TypeModifier and TypeMethodDescriptionstatic ObjectPreview.TypeObjectPreview.Type.fromString(String s) ObjectPreview.getType()Object type.static ObjectPreview.TypeReturns the enum constant of this class with the specified name.static ObjectPreview.Type[]ObjectPreview.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 ObjectPreview.TypeModifierConstructorDescriptionObjectPreview(ObjectPreview.Type type, Optional<ObjectPreview.Subtype> subtype, Optional<String> description, Boolean overflow, List<PropertyPreview> properties, Optional<List<EntryPreview>> entries)