Class SharedStorageEntry
- java.lang.Object
-
- org.openqa.selenium.devtools.v113.storage.model.SharedStorageEntry
-
public class SharedStorageEntry extends java.lang.ObjectStruct for a single key-value pair in an origin's shared storage.
-
-
Constructor Summary
Constructors Constructor Description SharedStorageEntry(java.lang.String key, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetValue()
-