Package io.webfolder.cdp.command
Interface DOMStorage
public interface DOMStorage
Query and modify DOM storage.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
disable()
Disables storage tracking, prevents storage events from being sent to the client.void
enable()
Enables storage tracking, storage events will now be delivered to the client.getDOMStorageItems
(StorageId storageId) void
removeDOMStorageItem
(StorageId storageId, String key) void
setDOMStorageItem
(StorageId storageId, String key, String value)
-
Method Details
-
clear
-
disable
void disable()Disables storage tracking, prevents storage events from being sent to the client. -
enable
void enable()Enables storage tracking, storage events will now be delivered to the client. -
getDOMStorageItems
-
removeDOMStorageItem
-
setDOMStorageItem
-