browser_storage_get_indexeddb
Retrieve and inspect IndexedDB databases and their stored data for browser automation and debugging purposes.
Instructions
Inspect IndexedDB databases and their data (see browser_docs)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databaseName | No | Specific database to inspect (optional) | |
| objectStoreName | No | Specific object store to query (optional, requires databaseName) |