Class IndexedDBListUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.v107.storage.model.IndexedDBListUpdated
-
public class IndexedDBListUpdated extends java.lang.ObjectThe origin's IndexedDB database list has been modified.
-
-
Constructor Summary
Constructors Constructor Description IndexedDBListUpdated(java.lang.String origin, java.lang.String storageKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOrigin()Origin to update.java.lang.StringgetStorageKey()Storage key to update.
-