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 ObjectPreviewEntryPreview. getKey()Preview of the key.ObjectPreviewRemoteObject. getPreview()Preview containing abbreviated property values.ObjectPreviewEntryPreview. getValue()Preview of the value.ObjectPreviewPropertyPreview. getValuePreview()Nested value preview.Constructors in org.openqa.selenium.devtools.runtime.model with parameters of type ObjectPreview Constructor Description EntryPreview(ObjectPreview key, ObjectPreview value)PropertyPreview(java.lang.String name, PropertyPreview.Type type, java.lang.String value, ObjectPreview valuePreview, PropertyPreview.Subtype subtype)RemoteObject(RemoteObject.Type type, RemoteObject.Subtype subtype, java.lang.String className, java.util.Map<java.lang.String,java.lang.Object> value, UnserializableValue unserializableValue, java.lang.String description, RemoteObjectId objectId, ObjectPreview preview, CustomPreview customPreview)
-