Uses of Class
org.openqa.selenium.devtools.v100.runtime.model.PropertyPreview.Subtype
-
Packages that use PropertyPreview.Subtype Package Description org.openqa.selenium.devtools.v100.runtime.model -
-
Uses of PropertyPreview.Subtype in org.openqa.selenium.devtools.v100.runtime.model
Methods in org.openqa.selenium.devtools.v100.runtime.model that return PropertyPreview.Subtype Modifier and Type Method Description static PropertyPreview.SubtypePropertyPreview.Subtype. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v100.runtime.model that return types with arguments of type PropertyPreview.Subtype Modifier and Type Method Description java.util.Optional<PropertyPreview.Subtype>PropertyPreview. getSubtype()Object subtype hint.
-