Uses of Class
org.openqa.selenium.devtools.v113.runtime.model.PropertyPreview
-
Packages that use PropertyPreview Package Description org.openqa.selenium.devtools.v113.runtime.model -
-
Uses of PropertyPreview in org.openqa.selenium.devtools.v113.runtime.model
Methods in org.openqa.selenium.devtools.v113.runtime.model that return types with arguments of type PropertyPreview Modifier and Type Method Description java.util.List<PropertyPreview>ObjectPreview. getProperties()List of the properties.Constructor parameters in org.openqa.selenium.devtools.v113.runtime.model with type arguments of type PropertyPreview 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)
-