Uses of Class
org.openqa.selenium.devtools.v110.runtime.model.ObjectPreview.Subtype
-
Packages that use ObjectPreview.Subtype Package Description org.openqa.selenium.devtools.v110.runtime.model -
-
Uses of ObjectPreview.Subtype in org.openqa.selenium.devtools.v110.runtime.model
Methods in org.openqa.selenium.devtools.v110.runtime.model that return ObjectPreview.Subtype Modifier and Type Method Description static ObjectPreview.SubtypeObjectPreview.Subtype. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v110.runtime.model that return types with arguments of type ObjectPreview.Subtype Modifier and Type Method Description java.util.Optional<ObjectPreview.Subtype>ObjectPreview. getSubtype()Object subtype hint.Constructor parameters in org.openqa.selenium.devtools.v110.runtime.model with type arguments of type ObjectPreview.Subtype Constructor Description ObjectPreview(ObjectPreview.Type type, java.util.Optional<ObjectPreview.Subtype> subtype, java.util.Optional<java.lang.String> description, java.lang.Boolean overflow, java.util.List<PropertyPreview> properties, java.util.Optional<java.util.List<EntryPreview>> entries)
-