Uses of Class
org.openqa.selenium.devtools.v141.domstorage.model.StorageId
Packages that use StorageId
Package
Description
-
Uses of StorageId in org.openqa.selenium.devtools.v141.domstorage
Methods in org.openqa.selenium.devtools.v141.domstorage that return types with arguments of type StorageIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Event<StorageId> DOMStorage.domStorageItemsCleared()Methods in org.openqa.selenium.devtools.v141.domstorage with parameters of type StorageIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> DOMStorage.getDOMStorageItems(StorageId storageId) static org.openqa.selenium.devtools.Command<Void> DOMStorage.removeDOMStorageItem(StorageId storageId, String key) static org.openqa.selenium.devtools.Command<Void> DOMStorage.setDOMStorageItem(StorageId storageId, String key, String value) -
Uses of StorageId in org.openqa.selenium.devtools.v141.domstorage.model
Methods in org.openqa.selenium.devtools.v141.domstorage.model that return StorageIdModifier and TypeMethodDescriptionDomStorageItemAdded.getStorageId()DomStorageItemRemoved.getStorageId()DomStorageItemUpdated.getStorageId()Constructors in org.openqa.selenium.devtools.v141.domstorage.model with parameters of type StorageIdModifierConstructorDescriptionDomStorageItemAdded(StorageId storageId, String key, String newValue) DomStorageItemRemoved(StorageId storageId, String key) DomStorageItemUpdated(StorageId storageId, String key, String oldValue, String newValue)