Class EntryPreview
- java.lang.Object
-
- org.openqa.selenium.devtools.runtime.model.EntryPreview
-
@Beta public class EntryPreview extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntryPreview(ObjectPreview key, ObjectPreview value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectPreview
getKey()
Preview of the key.ObjectPreview
getValue()
Preview of the value.
-
-
-
Constructor Detail
-
EntryPreview
public EntryPreview(ObjectPreview key, ObjectPreview value)
-
-
Method Detail
-
getKey
public ObjectPreview getKey()
Preview of the key. Specified for map-like collection entries.
-
getValue
public ObjectPreview getValue()
Preview of the value.
-
-