Uses of Class
org.openqa.selenium.devtools.v114.storage.model.SerializedStorageKey
Packages that use SerializedStorageKey
Package
Description
-
Uses of SerializedStorageKey in org.openqa.selenium.devtools.v114.storage
Methods in org.openqa.selenium.devtools.v114.storage that return types with arguments of type SerializedStorageKeyModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<SerializedStorageKey>Storage.getStorageKeyForFrame(FrameId frameId) Returns a storage key given a frame id. -
Uses of SerializedStorageKey in org.openqa.selenium.devtools.v114.storage.model
Methods in org.openqa.selenium.devtools.v114.storage.model that return SerializedStorageKeyConstructors in org.openqa.selenium.devtools.v114.storage.model with parameters of type SerializedStorageKeyModifierConstructorDescriptionStorageBucketInfo(SerializedStorageKey storageKey, String id, String name, Boolean isDefault, TimeSinceEpoch expiration, Number quota, Boolean persistent, StorageBucketsDurability durability)