Uses of Class
org.openqa.selenium.devtools.runtime.model.PropertyPreview.Subtype
-
Packages that use PropertyPreview.Subtype Package Description org.openqa.selenium.devtools.runtime.model -
-
Uses of PropertyPreview.Subtype in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return PropertyPreview.Subtype Modifier and Type Method Description static PropertyPreview.SubtypePropertyPreview.Subtype. fromString(java.lang.String s)PropertyPreview.SubtypePropertyPreview. getSubtype()Object subtype hint.static PropertyPreview.SubtypePropertyPreview.Subtype. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyPreview.Subtype[]PropertyPreview.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 PropertyPreview.Subtype Constructor Description PropertyPreview(java.lang.String name, PropertyPreview.Type type, java.lang.String value, ObjectPreview valuePreview, PropertyPreview.Subtype subtype)
-