Uses of Class
org.openqa.selenium.devtools.runtime.model.ObjectPreview
-
Packages that use ObjectPreview Package Description org.openqa.selenium.devtools.runtime.model -
-
Uses of ObjectPreview in org.openqa.selenium.devtools.runtime.model
Methods in org.openqa.selenium.devtools.runtime.model that return ObjectPreview Modifier and Type Method Description ObjectPreview
EntryPreview. getValue()
Preview of the value.Methods in org.openqa.selenium.devtools.runtime.model that return types with arguments of type ObjectPreview Modifier and Type Method Description java.util.Optional<ObjectPreview>
EntryPreview. getKey()
Preview of the key.java.util.Optional<ObjectPreview>
RemoteObject. getPreview()
Preview containing abbreviated property values.java.util.Optional<ObjectPreview>
PropertyPreview. getValuePreview()
Nested value preview.Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type ObjectPreview Constructor Description EntryPreview(java.util.Optional<ObjectPreview> key, ObjectPreview value)
Constructor parameters in org.openqa.selenium.devtools.runtime.model with type arguments of type ObjectPreview Constructor Description EntryPreview(java.util.Optional<ObjectPreview> key, ObjectPreview value)
-