Uses of Class
org.openqa.selenium.devtools.runtime.model.ObjectPreview.Subtype
-
Packages that use ObjectPreview.Subtype Package Description org.openqa.selenium.devtools.runtime.model -
-
Uses of ObjectPreview.Subtype in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return ObjectPreview.Subtype Modifier and Type Method Description static ObjectPreview.SubtypeObjectPreview.Subtype. fromString(java.lang.String s)ObjectPreview.SubtypeObjectPreview. getSubtype()Object subtype hint.static ObjectPreview.SubtypeObjectPreview.Subtype. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ObjectPreview.Subtype[]ObjectPreview.Subtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type ObjectPreview.Subtype Constructor Description ObjectPreview(ObjectPreview.Type type, ObjectPreview.Subtype subtype, java.lang.String description, java.lang.Boolean overflow, java.util.List<PropertyPreview> properties, java.util.List<EntryPreview> entries)
-