Class SharedStorageEntry

java.lang.Object
org.openqa.selenium.devtools.v120.storage.model.SharedStorageEntry

public class SharedStorageEntry extends Object
Struct for a single key-value pair in an origin's shared storage.
  • Constructor Details

    • SharedStorageEntry

      public SharedStorageEntry(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()