Uses of Enum Class
org.openqa.selenium.devtools.v141.runtime.model.ObjectPreview.Subtype
Packages that use ObjectPreview.Subtype
-
Uses of ObjectPreview.Subtype in org.openqa.selenium.devtools.v141.runtime.model
Methods in org.openqa.selenium.devtools.v141.runtime.model that return ObjectPreview.SubtypeModifier and TypeMethodDescriptionstatic ObjectPreview.SubtypeObjectPreview.Subtype.fromString(String s) static ObjectPreview.SubtypeReturns the enum constant of this class with the specified name.static ObjectPreview.Subtype[]ObjectPreview.Subtype.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.runtime.model that return types with arguments of type ObjectPreview.SubtypeConstructor parameters in org.openqa.selenium.devtools.v141.runtime.model with type arguments of type ObjectPreview.SubtypeModifierConstructorDescriptionObjectPreview(ObjectPreview.Type type, Optional<ObjectPreview.Subtype> subtype, Optional<String> description, Boolean overflow, List<PropertyPreview> properties, Optional<List<EntryPreview>> entries)