Uses of Class
org.openqa.selenium.devtools.v127.storage.model.SerializedStorageKey
Packages that use SerializedStorageKey
Package
Description
-
Uses of SerializedStorageKey in org.openqa.selenium.devtools.v127.storage
Methods in org.openqa.selenium.devtools.v127.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.v127.storage.model
Methods in org.openqa.selenium.devtools.v127.storage.model that return SerializedStorageKeyConstructors in org.openqa.selenium.devtools.v127.storage.model with parameters of type SerializedStorageKeyModifierConstructorDescriptionStorageBucket(SerializedStorageKey storageKey, Optional<String> name)