Back to Playground
Browser Storage
Storage & cookies playground
Live viewers for localStorage, sessionStorage, and cookies. Use LessTest's storage tools to set values, then verify them here—or add values manually and assert with Get Local Storage / Get Session Storage.
Local Storage
0 itemsLessTest can set, get, and remove values. This viewer shows current state.
No entries. Add one above or use LessTest to set values.
Session Storage
0 itemsLessTest can set, get, and remove values. This viewer shows current state.
No entries. Add one above or use LessTest to set values.
Cookies
0 itemsLessTest can set, get, and remove values. This viewer shows current state.
No entries. Add one above or use LessTest to set values.
How to test browser storage
Setting values
- Navigate to this page
- Use Set Local Storage with key "theme" and value "dark"
- Click Refresh All to see the value appear
- Assert the value with Get Local Storage
Verifying cookies
- Use Set Cookie with name, value, and this page's URL
- Reload the page with Reload Page
- Assert the cookie count or value with Assert Text
- Clean up with Delete Cookie